Searched refs:string_map (Results 1 – 12 of 12) sorted by relevance
/third_party/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 103 map<string, int32> string_map = 6; field 112 map<string, int32> string_map = 6; field 117 map<string, string> string_map = 1; field
|
D | json_format.proto | 112 map<string, string> string_map = 1; field 118 map<string, string> string_map = 3; field
|
/third_party/node/deps/v8/src/heap/ |
D | factory-base.cc | 683 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()
|
D | factory-base.h | 274 AllocationType allocation, Map string_map); in EXPORT_TEMPLATE_DECLARE()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 390 message.string_map['1'] = 2 391 message.string_map['null'] = 3
|
/third_party/node/deps/v8/src/roots/ |
D | roots.h | 130 V(Map, string_map, StringMap) \
|
/third_party/node/deps/v8/src/objects/ |
D | lookup.cc | 1550 Map string_map = string.map(isolate, kAcquireLoad); in TryGetOwnChar() local 1551 InstanceType type = string_map.instance_type(); in TryGetOwnChar()
|
D | string-inl.h | 1077 return map == roots.string_map() || map == roots.shared_string_map(); in IsCompatibleMap()
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.cc | 635 map = internalized ? roots.internalized_string_map() : roots.string_map(); in SerializeExternalStringAsSequentialString()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 2022 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/ |
D | effect-control-linearizer.cc | 4096 __ 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/ |
D | code-stub-assembler.h | 209 V(StringMap, string_map, StringMap) \
|