Home | History | Annotate | Download | only in test

Lines Matching refs:x_

4959   explicit Base(int x) : x_(x) {}
4960 int x() const { return x_; }
4962 int x_;