Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc91 action_count_checked_(false) {} in ExpectationBase()
210 if (!action_count_checked_) { in CheckActionCountIfNotDone()
211 action_count_checked_ = true; in CheckActionCountIfNotDone()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h882 mutable bool action_count_checked_; // Under mutex_. variable