Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h776 return retired_; in is_retired()
782 retired_ = true; in Retire()
863 bool retired_; // True if and only if this expectation has retired. variable
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc91 retired_(false), in ExpectationBase()