Home | History | Annotate | Download | only in src

Lines Matching refs:Match

64 static bool Match(void* key1, void* key2) {
76 VariableMap::VariableMap() : HashMap(Match, &LocalsMapAllocator, 8) {}