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.h152 alignof(ElementType)>::type tempStorage; in swap() local
153 ElementType &temp = *reinterpret_cast<ElementType *>(&tempStorage); in swap()
Ddynamic_vector_impl.h307 alignof(ElementType)>::type tempStorage; in swap() local
308 ElementType &temp = *reinterpret_cast<ElementType *>(&tempStorage); in swap()