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

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

Completed in 2953 milliseconds