Lines Matching defs:operator
239 void operator=(const ExternalStringResourceBase&) = delete;
247 * delete operator. This method can be overridden in subclasses to
514 * then the length() method returns 0 and the * operator returns
521 char* operator*() { return str_; }
522 const char* operator*() const { return str_; }
527 void operator=(const Utf8Value&) = delete;
537 * method of the object) then the length() method returns 0 and the * operator
544 uint16_t* operator*() { return str_; }
545 const uint16_t* operator*() const { return str_; }
550 void operator=(const Value&) = delete;