Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h79 explicit Iterator(LinkNode<Key, Val> *pnode, HashList *phashList);
80 explicit Iterator(const LinkNode<Key, Val> *pnode, const HashList *phashList);
115 explicit ReverseIterator(LinkNode<Key, Val> *pnode, HashList *phashList);
116 explicit ReverseIterator(const LinkNode<Key, Val> *pnode, const HashList *phashList);
Dhashlistpp.h94 HashList<Key, Val>::Iterator::Iterator(LinkNode<Key, Val> *pnode, HashList *phashList) in Iterator() argument
95 : pnode_ {pnode}, phashList_ {phashList} in Iterator()
103 HashList<Key, Val>::Iterator::Iterator(const LinkNode<Key, Val> *pnode, const HashList *phashList) in Iterator() argument
105 phashList_ {const_cast<HashList*>(phashList)}
294 HashList<Key, Val>::ReverseIterator::ReverseIterator(LinkNode<Key, Val> *pnode, HashList *phashList) in ReverseIterator() argument
295 : pnode_ {pnode}, phashList_ {phashList} in ReverseIterator()
303 … Val>::ReverseIterator::ReverseIterator(const LinkNode<Key, Val> *pnode, const HashList *phashList) in ReverseIterator() argument
305 phashList_ {const_cast<HashList *>(phashList)}
/developtools/hiperf/include/
Dhashlist.h79 explicit Iterator(LinkNode<Key, Val> *pnode, HashList *phashList);
80 explicit Iterator(const LinkNode<Key, Val> *pnode, const HashList *phashList);
115 explicit ReverseIterator(LinkNode<Key, Val> *pnode, HashList *phashList);
116 explicit ReverseIterator(const LinkNode<Key, Val> *pnode, const HashList *phashList);
Dhashlist.hpp95 HashList<Key, Val>::Iterator::Iterator(LinkNode<Key, Val> *pnode, HashList *phashList) in Iterator() argument
96 : pnode_ {pnode}, phashList_ {phashList} in Iterator()
104 HashList<Key, Val>::Iterator::Iterator(const LinkNode<Key, Val> *pnode, const HashList *phashList) in Iterator() argument
106 phashList_ {const_cast<HashList*>(phashList)}
295 HashList<Key, Val>::ReverseIterator::ReverseIterator(LinkNode<Key, Val> *pnode, HashList *phashList) in ReverseIterator() argument
296 : pnode_ {pnode}, phashList_ {phashList} in ReverseIterator()
304 … Val>::ReverseIterator::ReverseIterator(const LinkNode<Key, Val> *pnode, const HashList *phashList) in ReverseIterator() argument
306 phashList_ {const_cast<HashList *>(phashList)}