Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h524 return expectation_base_ == rhs.expectation_base_;
545 return lhs.expectation_base_.get() < rhs.expectation_base_.get(); in operator()
556 return expectation_base_; in expectation_base()
560 std::shared_ptr<internal::ExpectationBase> expectation_base_; variable
1906 : expectation_base_(exp.GetHandle().expectation_base()) {} in Expectation()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc848 : expectation_base_(an_expectation_base) {} in Expectation()