Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc94 struct OneShotUnaryFunctor { struct
95 int operator()(bool x) && { return x ? 1 : -1; } in operator ()()