Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h228 struct list_node { struct
289 list_node* last = nullptr;
318 list_node* node = nullptr; in erase()
530 list_node* next = nullptr;
575 list_node* allocate(Args&&... args) in allocate()
578 auto node = static_cast<list_node*>(alloc.alloc(alloc.instance, sizeof(list_node))); in allocate()
583 void release(list_node* node) in release()
586 node->~list_node(); in release()
592 list_node* create_entry(uint32_t ind, list_node* nh) in create_entry()
654 list_node* detach_entry(const k& key) in detach_entry()
[all …]