Home
last modified time | relevance | path

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 Dgmock-spec-builders.h281 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 Dgmock-spec-builders.cc259 ExpectSpecProperty(false, in UntypedTimes()
263 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()