Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DVectorImpl.h44 HAS_TRIVIAL_CTOR = 0x00000001, enumerator
DSortedVector.h161 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0) in SortedVector()
DVector.h229 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0) in Vector()
/system/core/libutils/
DVectorImpl.cpp525 if (!(mFlags & HAS_TRIVIAL_CTOR)) { in _do_construct()