Home
last modified time | relevance | path

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

/system/core/libutils/
DVectorImpl.cpp413 (mFlags & HAS_TRIVIAL_DTOR)) in _grow()
480 (mFlags & HAS_TRIVIAL_DTOR)) in _shrink()
532 if (!(mFlags & HAS_TRIVIAL_DTOR)) { in _do_destroy()
/system/core/libutils/include/utils/
DVectorImpl.h45 HAS_TRIVIAL_DTOR = 0x00000002, enumerator
DSortedVector.h162 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0) in SortedVector()
DVector.h230 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0) in Vector()