Home
last modified time | relevance | path

Searched refs:GetMap (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table-inl.h84 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 Ddictionary.h188 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 Dhash-table.h138 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 Dhash-table-inl.h135 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 Ddictionary-inl.h198 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 Dordered-hash-table.h299 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 Dordered-hash-table.cc34 Derived::GetMap(ReadOnlyRoots(isolate)), in Allocate()
56 Derived::GetMap(ReadOnlyRoots(isolate)), HashTableStartIndex(), in AllocateEmpty()
H A Dobjects.cc5724 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 Dmap_container.cc310 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 Dmap_field_inl.h115 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 Dgenerated_message_table_driven.h309 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 Dmap_field_lite.h71 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 Dmap_field.h405 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 Dmap_field.cc171 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 Dmap_field_test.cc301 TEST_P(MapFieldStateTest, GetMap) { in TEST_P()
302 map_field_->GetMap(); in TEST_P()
H A Dstruct.pb.h716 return fields_.GetMap(); in _internal_fields()
H A Ddescriptor_unittest.cc1002 TEST_F(DescriptorTest, GetMap) { in TEST_F()
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h180 BacktraceMap* GetMap() { return map_; } in GetMap() function in Backtrace
/third_party/glfw/src/
H A Dx11_platform.h287 #define XkbGetMap _glfw.x11.xkb.GetMap
782 PFN_XkbGetMap GetMap; member
H A Dx11_init.c1492 _glfw.x11.xkb.GetMap = (PFN_XkbGetMap) in _glfwInitX11()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc2364 HeapConstant(EphemeronHashTable::GetMap(ReadOnlyRoots(isolate())));
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc3730 HeapConstant(CollectionType::GetMap(ReadOnlyRoots(isolate())));
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 173 milliseconds