Searched defs:MATCHER (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h48 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") { function in namespace:testing
H A Dgmock-generated-matchers.h1381 #define MATCHER(nam macro
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc153 MATCHER(SumIsZero, "") { function in namespace:__anon17
726 MATCHER(IsEven, "") { return (arg % 2) == 0; } function in namespace:__anon17
740 MATCHER(IsEven2, negation ? "is odd" : "is even") { function in namespace:__anon17
796 MATCHER(IsEmptyStrin function in namespace:__anon17
801 MATCHER(IsEmptyStringByRef, "") { function in namespace:__anon17
817 MATCHER(IsOdd, "") { return (arg % 2) != 0; } function in namespace:__anon17::matcher_test
827 MATCHER(IsPositiveOdd, "") { function in namespace:__anon17
958 MATCHER(EqualsSumOf, "") { return arg == 0; } function in namespace:__anon17
1262 MATCHER(M, "") { return true; } function in namespace:__anon17::adl_test
[all...]

Completed in 15 milliseconds