Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-matchers.h256 struct AnyGe { struct
258 bool operator()(const A& a, const B& b) const { return a >= b; } in operator()