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

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

Completed in 164 milliseconds