Searched refs:ExpectSpecProperty (Results 1 – 2 of 2) sorted by relevance
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-spec-builders.h | 266 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/ |
D | gmock-spec-builders.cc | 227 ExpectSpecProperty(false, in UntypedTimes() 231 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()
|