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.h941 TypedExpectation& InSequence(const Sequence& s) { in InSequence() function
951 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2) { in InSequence() function
954 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
958 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
962 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc771 InSequence::InSequence() { in InSequence() function in testing::InSequence