Home | History | Annotate | Download | only in test

Lines Matching defs:s_

3582   const string& s() const { return s_; }
3584 void set_s(const string& new_s) { s_ = new_s; }
3590 string s_;
4515 : s_(s), pos_(pos) {}
4520 s_->remainder_.erase(pos_++);
4540 return a.s_ == b.s_ && a.pos_ == b.pos_;
4547 const Streamlike* s_;