Searched refs:DefaultMatchFun (Results 1 – 1 of 1) sorted by relevance
36 static bool DefaultMatchFun(void* a, void* b) { in DefaultMatchFun() function46 explicit IntSet(IntKeyHash hash) : hash_(hash), map_(DefaultMatchFun) {} in IntSet()