Home
last modified time | relevance | path

Searched refs:tempStorage (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/include/chre/util/
Dfixed_size_vector_impl.h116 alignof(ElementType)>::type tempStorage; in swap() local
117 ElementType& temp = *reinterpret_cast<ElementType *>(&tempStorage); in swap()
Ddynamic_vector_impl.h252 alignof(ElementType)>::type tempStorage; in swap() local
253 ElementType& temp = *reinterpret_cast<ElementType *>(&tempStorage); in swap()