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,
85 MatchFun match_;
100 MatchFun match, uint32_t initial_capacity, AllocationPolicy allocator) { in TemplateHashMapImpl()
330 typename TemplateHashMapImpl<AllocationPolicy>::MatchFun match,