Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h618 void AddExpectation(const Expectation& expectation) const;
935 s.AddExpectation(GetHandle()); in InSequence()
1543 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc784 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence