Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h944 TypedExpectation& InSequence(const Sequence& s) { in InSequence() function
954 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2) { in InSequence() function
957 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
961 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
965 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc770 InSequence::InSequence() { in InSequence() function in testing::InSequence