Searched defs:uncheckedAppend (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h677 template<typename U> void uncheckedAppend(const U& val);
1045 ALWAYS_INLINE void Vector<T, inlineCapacity, Allocator>::uncheckedAppend(const U& val) function in class:WTF::Vector::Vector

Completed in 63 milliseconds