Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc96 action_count_checked_(false) {} in ExpectationBase()
216 if (!action_count_checked_) { in CheckActionCountIfNotDone()
217 action_count_checked_ = true; in CheckActionCountIfNotDone()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h869 mutable bool action_count_checked_; // Under mutex_. variable