Searched refs:ExpectSpecProperty (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 266 void ExpectSpecProperty(bool property, in ExpectSpecProperty() function 300 ExpectSpecProperty(last_clause_ < kWith, in With() 311 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault() 316 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault() 748 void ExpectSpecProperty(bool property, in ExpectSpecProperty() function 912 ExpectSpecProperty(false, in With() 916 ExpectSpecProperty(last_clause_ < kWith, in With() 945 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence() 973 ExpectSpecProperty(last_clause_ <= kAfter, in After() 1019 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce() [all …]
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 264 ExpectSpecProperty(false, in UntypedTimes() 268 ExpectSpecProperty( in UntypedTimes()
|