Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp65 template <typename KeyType, class Enable = void> struct KeyCompare {}; struct
68 struct KeyCompare<KeyType, struct
72 bool operator()(const KeyType &Value1, const KeyType &Value2) const { in operator ()()
77 struct KeyCompare<KeyType, typename std::enable_if< struct
79 bool operator()(const KeyType &Value1, const KeyType &Value2) const { in operator ()()