Home
last modified time | relevance | path

Searched defs:SymbolKey (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/m133/src/sksl/ir/
DSkSLSymbolTable.h206 struct SymbolKey { struct
210 bool operator==(const SymbolKey& that) const { return fName == that.fName; } argument
213 uint32_t operator()(const SymbolKey& key) const { return key.fHash; } in operator() argument
/third_party/skia/src/sksl/ir/
DSkSLSymbolTable.h146 struct SymbolKey { struct
150 bool operator==(const SymbolKey& that) const { return fName == that.fName; } argument
153 uint32_t operator()(const SymbolKey& key) const { return key.fHash; } in operator() argument