Searched defs:StringImplBase (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImplBase.h33 class StringImplBase { class in namespace:WTF
34 WTF_MAKE_NONCOPYABLE(StringImplBase); WTF_MAKE_FAST_ALLOCATED;
49 StringImplBase() { } function in class:WTF::StringImplBase
51 StringImplBase(unsigned length, BufferOwnership ownership) function in class:WTF::StringImplBase
59 StringImplBase(unsigned length, StaticStringConstructType) function in class:WTF::StringImplBase
69 StringImplBase(NonStringImplConstructType) function in class:WTF::StringImplBase
98 using WTF::StringImplBase;

Completed in 102 milliseconds