Home | History | Annotate | Download | only in test

Lines Matching refs:value_

1036   Foo() : value_(123) {}
1038 int Nullary() const { return value_; }
1041 int value_;