Home
last modified time | relevance | path

Searched refs:ExpectSpecProperty (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h280 void ExpectSpecProperty(bool property, in ExpectSpecProperty() function
316 ExpectSpecProperty(last_clause_ < kWith, in With()
327 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault()
332 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
756 void ExpectSpecProperty(bool property, in ExpectSpecProperty() function
920 ExpectSpecProperty(false, in With()
924 ExpectSpecProperty(last_clause_ < kWith, in With()
948 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence()
976 ExpectSpecProperty(last_clause_ <= kAfter, in After()
1006 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce()
[all …]
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc258 ExpectSpecProperty(false, in UntypedTimes()
262 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()