Home | History | Annotate | Download | only in gmock

Lines Matching refs:Clause

43 //  where the .With() clause is optional.
252 // Gives each clause in the ON_CALL() statement a name.
253 enum Clause {
274 // The last clause in the ON_CALL() statement as seen so far.
276 Clause last_clause_;
299 // Implements the .With() clause.
311 // Implements the .WillByDefault() clause.
459 // clause of EXPECT_CALL() for setting the (partial) order of
542 // A set of expectation handles. Useful in the .After() clause of
714 enum Clause {
743 // by the subclasses to implement the .Times() clause.
833 // Implements the .Times() clause.
860 Clause last_clause_;
898 // Implements the .With() clause.
907 "clause in an EXPECT_CALL().");
916 // Implements the .Times() clause.
922 // Implements the .Times() clause.
927 // Implements the .InSequence() clause.
955 // Implements that .After() clause.
985 // Implements the .WillOnce() clause.
999 // Implements the .WillRepeatedly() clause.
1024 // Implements the .RetiresOnSaturation() clause.
1044 // Returns the matcher specified by the .With() clause.
1049 // Returns the action specified by the .WillRepeatedly() clause.
1090 // or RetiresOnSaturation() clause), we check it when the