OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferOwnerString
(Results
1 - 2
of
2
) sorted by null
/external/webkit/JavaScriptCore/runtime/
UStringImpl.h
105
return adoptRef(new UStringImpl(rep->m_data + offset, length, rep->
bufferOwnerString
()));
184
ASSERT(
bufferOwnerString
()->bufferOwnership() != BufferSubstring);
272
UStringImpl*
bufferOwnerString
() { return (bufferOwnership() == BufferSubstring) ? m_dataBuffer.asPtr<UStringImpl*>() : this; }
273
const UStringImpl*
bufferOwnerString
() const { return (bufferOwnership() == BufferSubstring) ? m_dataBuffer.asPtr<UStringImpl*>() : this; }
UStringImpl.cpp
92
UStringImpl* owner =
bufferOwnerString
();
Completed in 95 milliseconds