Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-hashmap.cc36 static bool DefaultMatchFun(void* a, void* b) { in DefaultMatchFun() function
46 explicit IntSet(IntKeyHash hash) : hash_(hash), map_(DefaultMatchFun) {} in IntSet()