Home
last modified time | relevance | path

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

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