Home
last modified time | relevance | path

Searched refs:ExpectSpecProperty (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h267 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
302 ExpectSpecProperty(last_clause_ < kWith, in With()
313 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault()
318 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
738 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
901 ExpectSpecProperty(false, in With()
905 ExpectSpecProperty(last_clause_ < kWith, in With()
929 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence()
957 ExpectSpecProperty(last_clause_ <= kAfter, in After()
987 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce()
[all …]
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc227 ExpectSpecProperty(false, in UntypedTimes()
231 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()