Searched defs:doPrepareForPush (Results 1 – 4 of 4) sorted by relevance
365 bool DynamicVector<ElementType>::doPrepareForPush(std::true_type) { in doPrepareForPush() function375 bool DynamicVector<ElementType>::doPrepareForPush(std::false_type) { in doPrepareForPush() function
349 bool DynamicVector<ElementType>::doPrepareForPush(std::true_type) { in doPrepareForPush() function354 bool DynamicVector<ElementType>::doPrepareForPush(std::false_type) { in doPrepareForPush() function
51 bool DynamicVectorBase::doPrepareForPush(size_t elementSize) { in doPrepareForPush() function in chre::DynamicVectorBase