Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h267 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
302 ExpectSpecProperty(last_clause_ < kWith, in With()
313 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault()
318 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
738 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
901 ExpectSpecProperty(false, in With()
905 ExpectSpecProperty(last_clause_ < kWith, in With()
929 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence()
957 ExpectSpecProperty(last_clause_ <= kAfter, in After()
987 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce()
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h271 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
306 ExpectSpecProperty(last_clause_ < kWith, in With()
317 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault()
322 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
746 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
909 ExpectSpecProperty(false, in With()
913 ExpectSpecProperty(last_clause_ < kWith, in With()
937 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence()
965 ExpectSpecProperty(last_clause_ <= kAfter, in After()
995 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce()
[all …]
/external/v8/testing/gmock/include/gmock/
Dgmock-spec-builders.h271 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
306 ExpectSpecProperty(last_clause_ < kWith, in With()
317 ExpectSpecProperty(last_clause_ < kWillByDefault, in WillByDefault()
322 ExpectSpecProperty(!action.IsDoDefault(), in WillByDefault()
746 void ExpectSpecProperty(bool property, const string& failure_message) const { in ExpectSpecProperty() function
909 ExpectSpecProperty(false, in With()
913 ExpectSpecProperty(last_clause_ < kWith, in With()
937 ExpectSpecProperty(last_clause_ <= kInSequence, in InSequence()
965 ExpectSpecProperty(last_clause_ <= kAfter, in After()
995 ExpectSpecProperty(last_clause_ <= kWillOnce, in WillOnce()
[all …]
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc227 ExpectSpecProperty(false, in UntypedTimes()
231 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()
/external/v8/testing/gmock/src/
Dgmock-spec-builders.cc227 ExpectSpecProperty(false, in UntypedTimes()
231 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc227 ExpectSpecProperty(false, in UntypedTimes()
231 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()
/external/fmtlib/test/gmock/
Dgmock.h8835 void ExpectSpecProperty(bool property, const string& failure_message) const {
8870 ExpectSpecProperty(last_clause_ < kWith,
8881 ExpectSpecProperty(last_clause_ < kWillByDefault,
8886 ExpectSpecProperty(!action.IsDoDefault(),
9310 void ExpectSpecProperty(bool property, const string& failure_message) const {
9473 ExpectSpecProperty(false,
9477 ExpectSpecProperty(last_clause_ < kWith,
9501 ExpectSpecProperty(last_clause_ <= kInSequence,
9529 ExpectSpecProperty(last_clause_ <= kAfter,
9559 ExpectSpecProperty(last_clause_ <= kWillOnce,
[all …]
/external/fmtlib/test/
Dgmock-gtest-all.cc10677 ExpectSpecProperty(false, in UntypedTimes()
10681 ExpectSpecProperty(last_clause_ < kTimes, in UntypedTimes()