Home | History | Annotate | Download | only in syncable

Lines Matching defs:s_

48   inline Id() : s_("r") { }
57 this->s_ = that.s_;
60 return "r" == s_;
63 return s_[0] == 's' || s_ == "r";
72 s_ = "r";
75 return s_.compare(that.s_);
78 return s_ == that.s_;
81 return s_ != that.s_;
84 return s_ < that.s_;
87 return s_ > that.s_;
91 return s_;
124 std::string s_;