Searched defs:string_key (Results 1 – 6 of 6) sorted by relevance
171 static void GenerateSerializationLoop(Formatter& format, bool string_key, in GenerateSerializationLoop()202 const bool string_key = key_field->type() == FieldDescriptor::TYPE_STRING; in GenerateSerializeWithCachedSizesToArray() local
250 uint8_t string_key[20]; in test_put_and_get() local487 uint8_t string_key[20]; in test_put_and_get_between_instances() local
90 string string_key = 1; field
105 string string_key = 1; field
44 bool StringsHasher::Compare(const char* string_key, const String* string) const { in Compare() argument