Home | History | Annotate | Download | only in src

Lines Matching refs:ExternalString

100 //         - ExternalString
403 ExternalString) \
783 V(ExternalString) \
7367 // The ExternalString class describes string values that are backed by
7371 // resource is not deallocated while the ExternalString is live in the
7376 class ExternalString: public String {
7379 static inline ExternalString* cast(Object* obj);
7393 DISALLOW_IMPLICIT_CONSTRUCTORS(ExternalString);
7399 class ExternalAsciiString: public ExternalString {
7444 class ExternalTwoByteString: public ExternalString {