Home | History | Annotate | Download | only in strings

Lines Matching defs:operator

100   value_type operator[](size_type i) const { return ptr_[i]; }
351 BASE_EXPORT bool operator==(const StringPiece& x, const StringPiece& y);
353 inline bool operator!=(const StringPiece& x, const StringPiece& y) {
357 inline bool operator<(const StringPiece& x, const StringPiece& y) {
363 inline bool operator>(const StringPiece& x, const StringPiece& y) {
367 inline bool operator<=(const StringPiece& x, const StringPiece& y) {
371 inline bool operator>=(const StringPiece& x, const StringPiece& y) {
375 inline bool operator==(const StringPiece16& x, const StringPiece16& y) {
382 inline bool operator!=(const StringPiece16& x, const StringPiece16& y) {
386 inline bool operator<(const StringPiece16& x, const StringPiece16& y) {
392 inline bool operator>(const StringPiece16& x, const StringPiece16& y) {
396 inline bool operator<=(const StringPiece16& x, const StringPiece16& y) {
400 inline bool operator>=(const StringPiece16& x, const StringPiece16& y) {
404 BASE_EXPORT std::ostream& operator<<(std::ostream& o,
427 std::size_t operator()(const base::StringPiece& sp) const {
433 std::size_t operator()(const base::StringPiece16& sp16) const {