Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dhashlist.h211 LinkNode<Key, Val> *AllocateNode(const Key &key);
212 LinkNode<Key, Val> *AllocateNode(const Key &key, const Val &val);
213 LinkNode<Key, Val> *AllocateNode(const Key &key, Val &&val);
Dhashlist.hpp691 pnode = AllocateNode(key); in operator []()
717 LinkNode<Key, Val>* pnode = AllocateNode(key, val); in push_front()
730 LinkNode<Key, Val>* pnode = AllocateNode(key, std::move(val)); in push_front()
743 LinkNode<Key, Val>* pnode = AllocateNode(key, val); in push_back()
756 LinkNode<Key, Val>* pnode = AllocateNode(key, std::move(val)); in push_back()
887 auto HashList<Key, Val>::AllocateNode(const Key &key) in AllocateNode() function in OHOS::Developtools::HiPerf::HashList
903 auto HashList<Key, Val>::AllocateNode(const Key &key, const Val &val) in AllocateNode() function in OHOS::Developtools::HiPerf::HashList
919 auto HashList<Key, Val>::AllocateNode(const Key &key, Val &&val) in AllocateNode() function in OHOS::Developtools::HiPerf::HashList
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h211 LinkNode<Key, Val> *AllocateNode(const Key &key);
212 LinkNode<Key, Val> *AllocateNode(const Key &key, const Val &val);
213 LinkNode<Key, Val> *AllocateNode(const Key &key, Val &&val);
Dhashlistpp.h690 pnode = AllocateNode(key);
716 LinkNode<Key, Val>* pnode = AllocateNode(key, val); in push_front()
729 LinkNode<Key, Val>* pnode = AllocateNode(key, std::move(val)); in push_front()
742 LinkNode<Key, Val>* pnode = AllocateNode(key, val); in push_back()
755 LinkNode<Key, Val>* pnode = AllocateNode(key, std::move(val)); in push_back()
886 auto HashList<Key, Val>::AllocateNode(const Key &key)
902 auto HashList<Key, Val>::AllocateNode(const Key &key, const Val &val)
918 auto HashList<Key, Val>::AllocateNode(const Key &key, Val &&val)