Searched refs:HAS_TRIVIAL_CTOR (Results 1 - 7 of 7) sorted by relevance

/system/core/include/utils/
H A DVectorImpl.h44 HAS_TRIVIAL_CTOR = 0x00000001, enumerator in enum:android::VectorImpl::__anon1526
H A DSortedVector.h159 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
H A DVector.h229 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
/system/core/libutils/include/utils/
H A DVectorImpl.h44 HAS_TRIVIAL_CTOR = 0x00000001, enumerator in enum:android::VectorImpl::__anon1695
H A DSortedVector.h159 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
H A DVector.h229 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
/system/core/libutils/
H A DVectorImpl.cpp526 if (!(mFlags & HAS_TRIVIAL_CTOR)) {

Completed in 346 milliseconds