OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryReserveCapacity
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
JSStringBuilder.h
55
m_okay &= buffer.
tryReserveCapacity
(buffer.size() + len);
/external/webkit/Source/WebCore/platform/graphics/
WOFFFileFormat.cpp
234
if (!sfnt.
tryReserveCapacity
(sfnt.size() + tableOrigLength))
/external/webkit/Source/JavaScriptCore/wtf/
Vector.h
571
bool
tryReserveCapacity
(size_t newCapacity);
817
return
tryReserveCapacity
(max(newMinCapacity, max(static_cast<size_t>(16), capacity() + capacity() / 4 + 1)));
889
bool Vector<T, inlineCapacity>::
tryReserveCapacity
(size_t newCapacity)
[
all
...]
Completed in 150 milliseconds