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

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h271 void ExpectSpecProperty(bool property, const string& failure_message) const { function in class:testing::internal::UntypedOnCallSpecBase
306 ExpectSpecProperty(last_clause_ < kWith,
317 ExpectSpecProperty(last_clause_ < kWillByDefault,
322 ExpectSpecProperty(!action.IsDoDefault(),
746 void ExpectSpecProperty(bool property, const string& failure_message) const {
909 ExpectSpecProperty(false,
913 ExpectSpecProperty(last_clause_ < kWith,
937 ExpectSpecProperty(last_clause_ <= kInSequence,
965 ExpectSpecProperty(last_clause_ <= kAfter,
995 ExpectSpecProperty(last_clause
[all...]
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc227 ExpectSpecProperty(false,
231 ExpectSpecProperty(last_clause_ < kTimes,

Completed in 9 milliseconds