Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h266 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
301 ExpectSpecProperty(last_clause_ < kWith, in With()
312 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault()
317 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
733 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
896 ExpectSpecProperty(false, in With()
900 ExpectSpecProperty(last_clause_ < kWith, in With()
924 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence()
952 ExpectSpecProperty(last_clause_ <= kAfter, in After()
982 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce()
[all …]
/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc227 ExpectSpecProperty(false, in UntypedTimes()
231 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()