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.h153 alignof(ElementType)>::type tempStorage; in swap() local
154 ElementType& temp = *reinterpret_cast<ElementType *>(&tempStorage); in swap()
Ddynamic_vector_impl.h306 alignof(ElementType)>::type tempStorage; in swap() local
307 ElementType& temp = *reinterpret_cast<ElementType *>(&tempStorage); in swap()