Searched defs:push_front (Results 1 – 2 of 2) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hashlistpp.h | 664 template <typename Key, typename Val> void HashList<Key, Val>::push_front(const Key& key, const Val… in push_front() function 678 template <typename Key, typename Val> void HashList<Key, Val>::push_front(const Key& key, Val&& val) in push_front() function
|
| /developtools/hiperf/include/ |
| D | hashlist.hpp | 714 void HashList<Key, Val>::push_front(const Key& key, const Val& val) in push_front() function in OHOS::Developtools::HiPerf::HashList 727 void HashList<Key, Val>::push_front(const Key& key, Val&& val) in push_front() function in OHOS::Developtools::HiPerf::HashList
|