Home
last modified time | relevance | path

Searched defs:string_map (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Djson_format_proto3.proto104 map<string, int32> string_map = 6; field
113 map<string, int32> string_map = 6; field
118 map<string, string> string_map = 1; field
H A Djson_format.proto112 map<string, string> string_map = 1; field
118 map<string, string> string_map = 3; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Djson_format_proto3.proto104 map<string, int32> string_map = 6; field
113 map<string, int32> string_map = 6; field
118 map<string, string> string_map = 1; field
H A Djson_format.proto112 map<string, string> string_map = 1; field
118 map<string, string> string_map = 3; field
/aosp_15_r20/external/pigweed/pw_protobuf/
H A Dmessage_test.cc631 StringMapParser<String> string_map = in TEST() local
654 StringMapParser<String> string_map = in TEST() local
758 StringMapParser<String> string_map = parser.AsStringToStringMap(kFieldNumber); in TEST() local
/aosp_15_r20/external/libchrome/dbus/
H A Dproperty_unittest.cc351 Property<std::map<std::string, std::string>> string_map; in TEST() local
369 Property<std::map<std::string, std::string>> string_map; in TEST() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/
H A Dcompiled.rs276 let string_map: HashMap<String, Vec<u8>> = if string_offsets_count > 0 { in parse() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/
H A Dcompiled.rs276 let string_map: HashMap<String, Vec<u8>> = if string_offsets_count > 0 { in parse() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/
H A Dcompiled.rs276 let string_map: HashMap<String, Vec<u8>> = if string_offsets_count > 0 { in parse() localVariable
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dresource_utils_test.py250 def _CreateTestResourceFile(output_dir, locale, string_map, namespaces): argument
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dresource_utils_test.py250 def _CreateTestResourceFile(output_dir, locale, string_map, namespaces): argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/
H A Dcompiled.rs276 let string_map: HashMap<String, Vec<u8>> = if string_offsets_count > 0 { in parse() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/term/terminfo/parser/
H A Dcompiled.rs276 let string_map: HashMap<String, Vec<u8>> = if string_offsets_count > 0 { in parse() localVariable
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dstring_pool_unittest.cc102 std::multimap<StringPool::Id, base::StringView> string_map; in TEST_F() local
/aosp_15_r20/external/rappor/bin/
H A Ddecode_assoc.R332 string_map <- CreateAssocStringMap(map$map, params) functionVar