Home
last modified time | relevance | path

Searched defs:string_key (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dmap_field.cc171 static void GenerateSerializationLoop(Formatter& format, bool string_key, in GenerateSerializationLoop()
202 const bool string_key = key_field->type() == FieldDescriptor::TYPE_STRING; in GenerateSerializeWithCachedSizesToArray() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dmap_field.cc171 static void GenerateSerializationLoop(Formatter& format, bool string_key, in GenerateSerializationLoop()
202 const bool string_key = key_field->type() == FieldDescriptor::TYPE_STRING; in GenerateSerializeWithCachedSizesToArray() local
/aosp_15_r20/external/mesa3d/src/util/tests/
H A Dcache_test.cpp250 uint8_t string_key[20]; in test_put_and_get() local
487 uint8_t string_key[20]; in test_put_and_get_between_instances() local
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/
H A Dscoped_route.proto90 string string_key = 1; field
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/route/v3/
H A Dscoped_route.proto105 string string_key = 1; field
/aosp_15_r20/tools/dexter/slicer/
H A Ddex_ir.cc44 bool StringsHasher::Compare(const char* string_key, const String* string) const { in Compare() argument