Home
last modified time | relevance | path

Searched refs:HAS_TRIVIAL_DTOR (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp414 (mFlags & HAS_TRIVIAL_DTOR)) in _grow()
481 (mFlags & HAS_TRIVIAL_DTOR)) in _shrink()
533 if (!(mFlags & HAS_TRIVIAL_DTOR)) { in _do_destroy()
/system/core/include/utils/
DVectorImpl.h45 HAS_TRIVIAL_DTOR = 0x00000002, enumerator
DSortedVector.h148 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0)
DVector.h222 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0)