Home
last modified time | relevance | path

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

/external/v8/testing/gmock/include/gmock/
Dgmock-matchers.h206 struct AnyNe { struct
208 bool operator()(const A& a, const B& b) const { return a != b; } in operator()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h206 struct AnyNe { struct
208 bool operator()(const A& a, const B& b) const { return a != b; } in operator()