Searched defs:SymbolKey (Results 1 – 2 of 2) sorted by relevance
206 struct SymbolKey { struct210 bool operator==(const SymbolKey& that) const { return fName == that.fName; } argument213 uint32_t operator()(const SymbolKey& key) const { return key.fHash; } in operator() argument
146 struct SymbolKey { struct150 bool operator==(const SymbolKey& that) const { return fName == that.fName; } argument153 uint32_t operator()(const SymbolKey& key) const { return key.fHash; } in operator() argument