OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryAppend
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
JSStringBuilder.h
45
m_okay &= buffer.
tryAppend
(&u, 1);
58
m_okay &= buffer.
tryAppend
(&u, 1);
64
m_okay &= buffer.
tryAppend
(str, len);
69
m_okay &= buffer.
tryAppend
(str.characters(), str.length());
/external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.cpp
95
return vector.
tryAppend
(reinterpret_cast<char*>(&bigEndianValue), sizeof(bigEndianValue));
101
return vector.
tryAppend
(reinterpret_cast<char*>(&bigEndianValue), sizeof(bigEndianValue));
230
if (!sfnt.
tryAppend
(woff->data() + tableOffset, tableCompLength))
/external/webkit/Source/JavaScriptCore/wtf/
Vector.h
582
template<typename U> bool
tryAppend
(const U*, size_t);
955
bool Vector<T, inlineCapacity>::
tryAppend
(const U* data, size_t dataSize)
[
all
...]
Completed in 115 milliseconds