Lines Matching defs:operator
36 String16& operator=(const String16&) V8_NOEXCEPT = default;
37 String16& operator=(String16&&) V8_NOEXCEPT = default;
53 UChar operator[](size_t index) const { return m_impl[index]; }
91 inline bool operator==(const String16& other) const {
94 inline bool operator<(const String16& other) const {
97 inline bool operator!=(const String16& other) const {
100 inline String16 operator+(const String16& other) const {
103 inline String16& operator+=(const String16& other) {
117 inline String16 operator+(const char* a, const String16& b) {
162 std::size_t operator()(const v8_inspector::String16& string) const {