Home | History | Annotate | Download | only in src

Lines Matching defs:ExternalString

104 //         - ExternalString
468 ExternalString) \
890 V(ExternalString) \
9120 // The ExternalString class describes string values that are backed by
9124 // resource is not deallocated while the ExternalString is live in the
9129 class ExternalString: public String {
9131 DECLARE_CAST(ExternalString)
9148 DISALLOW_IMPLICIT_CONSTRUCTORS(ExternalString);
9154 class ExternalOneByteString : public ExternalString {
9190 class ExternalTwoByteString: public ExternalString {