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

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringImpl.h345 ALWAYS_INLINE static PassRef<StringImpl> createFromLiteral(const char (&characters)[charactersCount]) function in class:WTF::StringImpl
H A DStringImpl.cpp142 PassRef<StringImpl> StringImpl::createFromLiteral(const char* characters, unsigned length) function in class:WTF::StringImpl
149 PassRef<StringImpl> StringImpl::createFromLiteral(const char* characters) function in class:WTF::StringImpl

Completed in 57 milliseconds