Home | History | Annotate | Download | only in test

Lines Matching defs:s_

3124   const string& s() const { return s_; }
3126 void set_s(const string& new_s) { s_ = new_s; }
3132 string s_;