Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h885 bool extra_matcher_specified_; variable
937 extra_matcher_specified_ = true; in With()
1080 if (extra_matcher_specified_) { in MaybeDescribeExtraMatcherTo()
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc91 extra_matcher_specified_(false), in ExpectationBase()