Searched refs:AddExpectation (Results 1 – 2 of 2) sorted by relevance
622 void AddExpectation(const Expectation& expectation) const;951 s.AddExpectation(GetHandle()); in InSequence()1585 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
759 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence