Home
last modified time | relevance | path

Searched defs:InSequence (Results 1 – 2 of 2) sorted by relevance

/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h953 TypedExpectation& InSequence(const Sequence& s) { in InSequence() function
963 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2) { in InSequence() function
966 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
970 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
974 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc884 InSequence::InSequence() { in InSequence() function in testing::InSequence