Searched refs:MatchFun (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/base/ |
D | hashmap.h | 27 template <typename Key, typename Value, class MatchFun, class AllocationPolicy> 40 MatchFun match = MatchFun(), 44 TemplateHashMapImpl(const TemplateHashMapImpl<Key, Value, MatchFun, 119 MatchFun match_; 130 template <typename Key, typename Value, typename MatchFun, 132 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>:: 133 TemplateHashMapImpl(uint32_t initial_capacity, MatchFun match, in TemplateHashMapImpl() 139 template <typename Key, typename Value, typename MatchFun, 141 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>:: 142 TemplateHashMapImpl(const TemplateHashMapImpl<Key, Value, MatchFun, in TemplateHashMapImpl() argument [all …]
|