Searched refs:ExpectSpecProperty (Results 1 – 2 of 2) sorted by relevance
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 287 void ExpectSpecProperty(bool property, in ExpectSpecProperty() function 321 ExpectSpecProperty(last_clause_ < kWith, in With() 332 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault() 337 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault() 764 void ExpectSpecProperty(bool property, in ExpectSpecProperty() function 926 ExpectSpecProperty(false, in With() 930 ExpectSpecProperty(last_clause_ < kWith, in With() 954 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence() 982 ExpectSpecProperty(last_clause_ <= kAfter, in After() 1012 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce() [all …]
|
/third_party/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 263 ExpectSpecProperty(false, in UntypedTimes() 267 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()
|