Home | History | Annotate | Download | only in test

Lines Matching defs:IntValue

537 class IntValue {
540 // IntValue.
541 explicit IntValue(int a_value) : value_(a_value) {}
549 bool IsPositiveIntValue(const IntValue& foo) {
561 Matcher<IntValue> m3 = Truly(IsPositiveIntValue);
564 // to IntValue objects, and then tested by the IsPositiveIntValue()