Home
last modified time | relevance | path

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

/external/v8/src/
Dhashmap.h19 typedef bool (*MatchFun) (void* key1, void* key2); typedef
28 TemplateHashMapImpl(MatchFun match,
87 MatchFun match_;
102 MatchFun match, uint32_t initial_capacity, AllocationPolicy allocator) { in TemplateHashMapImpl()
335 typename TemplateHashMapImpl<AllocationPolicy>::MatchFun match,