Lines Matching defs:operator
238 void operator=(const ExternalStringResourceBase&) = delete;
246 * delete operator. This method can be overridden in subclasses to
505 * then the length() method returns 0 and the * operator returns
512 char* operator*() { return str_; }
513 const char* operator*() const { return str_; }
518 void operator=(const Utf8Value&) = delete;
528 * method of the object) then the length() method returns 0 and the * operator
535 uint16_t* operator*() { return str_; }
536 const uint16_t* operator*() const { return str_; }
541 void operator=(const Value&) = delete;