Searched refs:ExpectSpecProperty (Results 1 - 2 of 2) sorted by relevance
/gem5/ext/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 271 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 D | gmock-spec-builders.cc | 227 ExpectSpecProperty(false, 231 ExpectSpecProperty(last_clause_ < kTimes,
|
Completed in 16 milliseconds