Home | History | Annotate | Download | only in marisa

Lines Matching defs:operator

25   String &operator=(const String &str) {
31 UInt8 operator[](std::size_t i) const {
48 inline bool operator==(const String &lhs, const String &rhs) {
60 inline bool operator!=(const String &lhs, const String &rhs) {
64 inline bool operator<(const String &lhs, const String &rhs) {
76 inline bool operator>(const String &lhs, const String &rhs) {
97 RString &operator=(const RString &str) {
103 UInt8 operator[](std::size_t i) const {
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) {