Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h189 struct AnyGt { struct
191 bool operator()(const A& a, const B& b) const { return a > b; } in operator()
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h221 struct AnyGt { struct
223 bool operator()(const A& a, const B& b) const { return a > b; } in operator()