OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shrinkCapacity
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
NamedNodeMap.h
73
void shrinkToLength() { m_attributes.
shrinkCapacity
(length()); }
/external/webkit/Source/JavaScriptCore/wtf/
Vector.h
573
void
shrinkCapacity
(size_t newCapacity);
574
void shrinkToFit() {
shrinkCapacity
(size()); }
576
void clear() {
shrinkCapacity
(0); }
913
void Vector<T, inlineCapacity>::
shrinkCapacity
(size_t newCapacity)
[
all
...]
Completed in 260 milliseconds