Home
last modified time | relevance | path

Searched refs:phashList (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A 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);
H A 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 HashList<Key, Val>::ReverseIterator::ReverseIterator(const LinkNode<Key, Val> *pnode, const HashList *phashList) in ReverseIterator() argument
305 phashList_ {const_cast<HashList *>(phashList)}
/developtools/hiperf/include/
H A 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);
294 HashList<Key, Val>::Iterator::Iterator(LinkNode<Key, Val> *pnode, HashList *phashList) in Iterator() argument
295 : pnode_ {pnode}, phashList_ {phashList} in Iterator()
303 HashList<Key, Val>::Iterator::Iterator(const LinkNode<Key, Val> *pnode, const HashList *phashList) in Iterator() argument
305 phashList_ {const_cast<HashList*>(phashList)}
494 HashList<Key, Val>::ReverseIterator::ReverseIterator(LinkNode<Key, Val> *pnode, HashList *phashList) in ReverseIterator() argument
495 : pnode_ {pnode}, phashList_ {phashList} in ReverseIterator()
503 ReverseIterator(const LinkNode<Key, Val> *pnode, const HashList *phashList) ReverseIterator() argument
[all...]

Completed in 4 milliseconds