Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h923 TypedExpectation& InSequence(const Sequence& s) { in InSequence() function
933 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2) { in InSequence() function
936 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
940 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
944 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc779 InSequence::InSequence() { in InSequence() function in testing::InSequence