Searched refs:ExpectSpecProperty (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 281 void ExpectSpecProperty(bool property, in ExpectSpecProperty() function 315 ExpectSpecProperty(last_clause_ < kWith, in With() 326 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault() 331 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault() 757 void ExpectSpecProperty(bool property, in ExpectSpecProperty() function 921 ExpectSpecProperty(false, in With() 925 ExpectSpecProperty(last_clause_ < kWith, in With() 949 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence() 977 ExpectSpecProperty(last_clause_ <= kAfter, in After() 1007 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 259 ExpectSpecProperty(false, in UntypedTimes() 263 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()
|