Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h928 TypedExpectation& InSequence(const Sequence& s) { in InSequence() function
938 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2) { in InSequence() function
941 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
945 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
949 TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2, in InSequence() function
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc795 InSequence::InSequence() { in InSequence() function in testing::InSequence