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

/external/webkit/Source/JavaScriptCore/wtf/
H A DVector.h582 template<typename U> bool tryAppend(const U*, size_t);
955 bool Vector<T, inlineCapacity>::tryAppend(const U* data, size_t dataSize) function in class:WTF::Vector::Vector

Completed in 65 milliseconds