Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h531 return expectation_base_ == rhs.expectation_base_;
552 return lhs.expectation_base_.get() < rhs.expectation_base_.get(); in operator()
563 return expectation_base_; in expectation_base()
567 std::shared_ptr<internal::ExpectationBase> expectation_base_; variable
1959 : expectation_base_(exp.GetHandle().expectation_base()) {}
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc868 : expectation_base_(an_expectation_base) {} in Expectation()