Home
last modified time | relevance | path

Searched defs:Iterator (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhashlistpp.h86 HashList<Key, Val>::Iterator::Iterator(LinkNode<Key, Val>* pnode, HashList* phashList) in Iterator() function
95 HashList<Key, Val>::Iterator::Iterator(const LinkNode<Key, Val>* pnode, const HashList* phashList) in Iterator() function
104 HashList<Key, Val>::Iterator::Iterator(const Iterator& itr) : pnode_ {itr.pnode_}, phashList_ {itr.… in Iterator() function
109 HashList<Key, Val>::Iterator::Iterator(Iterator&& itr) : pnode_ {itr.pnode_}, phashList_ {itr.phash… in Iterator() function
/developtools/hiperf/include/
Dhashlist.hpp95 HashList<Key, Val>::Iterator::Iterator(LinkNode<Key, Val> *pnode, HashList *phashList) in Iterator() function in OHOS::Developtools::HiPerf::HashList::Iterator
104 HashList<Key, Val>::Iterator::Iterator(const LinkNode<Key, Val> *pnode, const HashList *phashList) in Iterator() function in OHOS::Developtools::HiPerf::HashList::Iterator
114 HashList<Key, Val>::Iterator::Iterator(const Iterator& itr) in Iterator() function in OHOS::Developtools::HiPerf::HashList::Iterator
119 HashList<Key, Val>::Iterator::Iterator(Iterator&& itr) in Iterator() function in OHOS::Developtools::HiPerf::HashList::Iterator