Home
last modified time | relevance | path

Searched refs:retires_on_saturation_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h867 bool retires_on_saturation_; variable
1063 retires_on_saturation_ = true; in RetiresOnSaturation()
1242 if (retires_on_saturation_ && IsSaturated()) { in GetActionForArguments()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc94 retires_on_saturation_(false), in ExpectationBase()