Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h287 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/
Dgmock-spec-builders.cc263 ExpectSpecProperty(false, in UntypedTimes()
267 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()