Home | History | Annotate | Download | only in test

Lines Matching refs:IntValue

469 class IntValue {
472 // IntValue.
473 explicit IntValue(int a_value) : value_(a_value) {}
481 bool IsPositiveIntValue(const IntValue& foo) {
493 Matcher<IntValue> m3 = Truly(IsPositiveIntValue);
496 // to IntValue objects, and then tested by the IsPositiveIntValue()