Home
last modified time | relevance | path

Searched refs:AddExpectation (Results 1 – 6 of 6) 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/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h626 void AddExpectation(const Expectation& expectation) const;
945 s.AddExpectation(GetHandle()); in InSequence()
1618 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
/external/v8/testing/gmock/include/gmock/
Dgmock-spec-builders.h626 void AddExpectation(const Expectation& expectation) const;
943 s.AddExpectation(GetHandle()); in InSequence()
1616 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc794 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc784 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc801 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation() function in testing::Sequence