Home
last modified time | relevance | path

Searched refs:string_map (Results 1 – 12 of 12) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto103 map<string, int32> string_map = 6; field
112 map<string, int32> string_map = 6; field
117 map<string, string> string_map = 1; field
Djson_format.proto112 map<string, string> string_map = 1; field
118 map<string, string> string_map = 3; field
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc683 Map map = read_only_roots().string_map(); in NewRawTwoByteString()
1093 AllocationType allocation, Map string_map) { in RefineAllocationTypeForInPlaceInternalizableString() argument
1095 InstanceType instance_type = string_map.instance_type(); in RefineAllocationTypeForInPlaceInternalizableString()
Dfactory-base.h274 AllocationType allocation, Map string_map); in EXPORT_TEMPLATE_DECLARE()
/third_party/protobuf/python/google/protobuf/internal/
Djson_format_test.py390 message.string_map['1'] = 2
391 message.string_map['null'] = 3
/third_party/node/deps/v8/src/roots/
Droots.h130 V(Map, string_map, StringMap) \
/third_party/node/deps/v8/src/objects/
Dlookup.cc1550 Map string_map = string.map(isolate, kAcquireLoad); in TryGetOwnChar() local
1551 InstanceType type = string_map.instance_type(); in TryGetOwnChar()
Dstring-inl.h1077 return map == roots.string_map() || map == roots.shared_string_map(); in IsCompatibleMap()
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc635 map = internalized ? roots.internalized_string_map() : roots.string_map(); in SerializeExternalStringAsSequentialString()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc2022 Handle<Map> string_map = Handle<Map>( in InitializeGlobal() local
2024 string_map->set_elements_kind(FAST_STRING_WRAPPER_ELEMENTS); in InitializeGlobal()
2025 Map::EnsureDescriptorSlack(isolate_, string_map, 1); in InitializeGlobal()
2033 string_map->AppendDescriptor(isolate(), &d); in InitializeGlobal()
/third_party/node/deps/v8/src/compiler/
Deffect-control-linearizer.cc4096 __ HeapConstant(factory()->string_map())); in LowerStringFromSingleCharCode()
4220 __ HeapConstant(factory()->string_map())); in LowerStringFromSingleCodePoint()
4260 __ HeapConstant(factory()->string_map())); in LowerStringFromSingleCodePoint()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h209 V(StringMap, string_map, StringMap) \