Searched refs:BufferInternal (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringStatics.cpp57 static unsigned s_nextHashAndFlagsForEmptyUnique = BufferInternal | s_hashFlag8BitBuffer | s_hashFlagIsAtomic;
H A DStringImpl.h141 BufferInternal, enumerator in enum:WTF::StringImpl::BufferOwnership
167 // Create a normal 8-bit string with internal storage (BufferInternal)
172 , m_hashAndFlags(s_hashFlag8BitBuffer | BufferInternal)
180 // Create a normal 16-bit string with internal storage (BufferInternal)
185 , m_hashAndFlags(BufferInternal)
211 , m_hashAndFlags(BufferInternal)
223 , m_hashAndFlags(s_hashFlag8BitBuffer | BufferInternal)
389 // and the buffer ownership must be BufferInternal. Just like the input pointer of realloc(),
708 if (bufferOwnership() != BufferInternal)
801 static const unsigned s_initialFlags = s_hashFlag8BitBuffer | BufferInternal;
[all...]
H A DStringImpl.cpp122 if (ownership == BufferInternal)
210 ASSERT(originalString->bufferOwnership() == BufferInternal);

Completed in 169 milliseconds