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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc537 class IntValue { class in namespace:testing::gmock_matchers_test
540 // IntValue.
541 explicit IntValue(int a_value) : value_(a_value) {} function in class:testing::gmock_matchers_test::IntValue
549 bool IsPositiveIntValue(const IntValue& foo) {
561 Matcher<IntValue> m3 = Truly(IsPositiveIntValue);
564 // to IntValue objects, and then tested by the IsPositiveIntValue()

Completed in 25 milliseconds