Home | History | Annotate | Download | only in marisa

Lines Matching defs:RString

80 class RString {
82 RString()
84 explicit RString(const String &str)
86 RString(const RString &str)
89 RString substr(std::size_t pos, std::size_t length) const {
91 RString str(*this);
97 RString &operator=(const RString &str) {
120 inline bool operator==(const RString &lhs, const RString &rhs) {
132 inline bool operator!=(const RString &lhs, const RString &rhs) {
136 inline bool operator<(const RString &lhs, const RString &rhs) {
148 inline bool operator>(const RString &lhs, const RString &rhs) {