Home
last modified time | relevance | path

Searched defs:doPushBack (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/
Ddynamic_vector_base.cc76 bool DynamicVectorBase::doPushBack(const void *element, size_t elementSize) { in doPushBack() function in chre::DynamicVectorBase
/system/chre/util/include/chre/util/
Ddynamic_vector_impl.h106 bool DynamicVector<ElementType>::doPushBack(const ElementType& element, in doPushBack() function
113 bool DynamicVector<ElementType>::doPushBack(const ElementType& element, in doPushBack() function