/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table-inl.h | 84 Handle<Map> OrderedHashSet::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::OrderedHashSet 88 Handle<Map> OrderedHashMap::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::OrderedHashMap 92 Handle<Map> OrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::OrderedNameDictionary 96 Handle<Map> SmallOrderedNameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::SmallOrderedNameDictionary 100 Handle<Map> SmallOrderedHashMap::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::SmallOrderedHashMap 104 Handle<Map> SmallOrderedHashSet::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::SmallOrderedHashSet
|
H A D | dictionary.h | 188 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 230 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 297 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 319 static inline Handle<Map> GetMap(ReadOnlyRoots roots);
|
H A D | hash-table.h | 138 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 398 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 458 inline static Handle<Map> GetMap(ReadOnlyRoots roots); 501 inline static Handle<Map> GetMap(ReadOnlyRoots roots);
|
H A D | hash-table-inl.h | 135 Handle<Map> HashTable<Derived, Shape>::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::HashTable 140 Handle<Map> NameToIndexHashTable::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::NameToIndexHashTable 145 Handle<Map> RegisteredSymbolTable::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::RegisteredSymbolTable 150 Handle<Map> EphemeronHashTable::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::EphemeronHashTable
|
H A D | dictionary-inl.h | 198 Handle<Map> GlobalDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::GlobalDictionary 211 Handle<Map> NameDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::NameDictionary 287 Handle<Map> NumberDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::NumberDictionary 291 Handle<Map> SimpleNumberDictionary::GetMap(ReadOnlyRoots roots) { in GetMap() function in v8::internal::SimpleNumberDictionary
|
H A D | ordered-hash-table.h | 299 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 344 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 669 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 702 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 823 static inline Handle<Map> GetMap(ReadOnlyRoots roots); 930 static inline Handle<Map> GetMap(ReadOnlyRoots roots);
|
H A D | ordered-hash-table.cc | 34 Derived::GetMap(ReadOnlyRoots(isolate)), in Allocate() 56 Derived::GetMap(ReadOnlyRoots(isolate)), HashTableStartIndex(), in AllocateEmpty()
|
H A D | objects.cc | 5724 Derived::GetMap(ReadOnlyRoots(isolate)), length, allocation); in NewInternal() 6154 dictionary, Derived::GetMap(ReadOnlyRoots(isolate)))); in ShallowCopy()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | map_container.cc | 310 static MapContainer* GetMap(PyObject* obj) { in GetMap() function 315 MapContainer* self = GetMap(_self); in Length() 322 MapContainer* self = GetMap(_self); in Clear() 332 MapContainer* self = GetMap(_self); in GetEntryClass() 341 MapContainer* self = GetMap(_self); in MergeFrom() 342 MapContainer* other_map = GetMap(arg); in MergeFrom() 357 MapContainer* self = GetMap(_self); in Contains() 390 MapContainer* self = GetMap(obj); in NewScalarMapContainer() 402 MapContainer* self = GetMap(_self); in ScalarMapGetItem() 423 MapContainer* self = GetMap(_sel in ScalarMapSetItem() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map_field_inl.h | 115 InternalGetIterator(map_iter) = GetMap().begin(); in MapBegin() 121 InternalGetIterator(map_iter) = GetMap().end(); in MapEnd() 171 return static_cast<int>(impl_.GetMap().size()); in size() 199 const Map<Key, T>& map = impl_.GetMap(); in SetMapIteratorValue() 212 const Map<Key, T>& map = impl_.GetMap(); in ContainsMapKey() 289 const Map<Key, T>& map = impl_.GetMap(); in SyncRepeatedFieldWithMapNoLock()
|
H A D | generated_message_table_driven.h | 309 for (Iter it = map_field.GetMap().begin(); it != map_field.GetMap().end(); 319 for (Iter it = map_field.GetMap().begin(); it != map_field.GetMap().end();
|
H A D | map_field_lite.h | 71 const Map<Key, T>& GetMap() const { return map_; } in GetMap() function in google::protobuf::internal::MapFieldLite 161 const auto& t = field.GetMap(); in AllAreInitialized()
|
H A D | map_field.h | 405 virtual const Map<Key, T>& GetMap() const = 0; 463 const Map<Key, T>& GetMap() const override { 465 return impl_.GetMap(); 529 const auto& t = field.GetMap(); in AllAreInitialized() 561 const Map<MapKey, MapValueRef>& GetMap() const override;
|
H A D | map_field.cc | 171 int DynamicMapField::size() const { return GetMap().size(); } in size() 193 const Map<MapKey, MapValueRef>& map = GetMap(); in ContainsMapKey() 263 const Map<MapKey, MapValueRef>& DynamicMapField::GetMap() const { in GetMap() function in google::protobuf::internal::DynamicMapField
|
H A D | map_field_test.cc | 301 TEST_P(MapFieldStateTest, GetMap) { in TEST_P() 302 map_field_->GetMap(); in TEST_P()
|
H A D | struct.pb.h | 716 return fields_.GetMap(); in _internal_fields()
|
H A D | descriptor_unittest.cc | 1002 TEST_F(DescriptorTest, GetMap) { in TEST_F()
|
/third_party/mesa3d/include/android_stub/backtrace/ |
H A D | Backtrace.h | 180 BacktraceMap* GetMap() { return map_; } in GetMap() function in Backtrace
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 287 #define XkbGetMap _glfw.x11.xkb.GetMap 782 PFN_XkbGetMap GetMap; member
|
H A D | x11_init.c | 1492 _glfw.x11.xkb.GetMap = (PFN_XkbGetMap) in _glfwInitX11()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-collections-gen.cc | 2364 HeapConstant(EphemeronHashTable::GetMap(ReadOnlyRoots(isolate())));
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 3730 HeapConstant(CollectionType::GetMap(ReadOnlyRoots(isolate())));
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |