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

/system/core/include/utils/
H A DVectorImpl.h44 HAS_TRIVIAL_CTOR = 0x00000001, enumerator in enum:android::VectorImpl::__anon136
H A DSortedVector.h147 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
H A DVector.h221 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.h44 HAS_TRIVIAL_CTOR = 0x00000001, enumerator in enum:android::tinyutils::VectorImpl::__anon216
H A DSortedVector.h143 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
H A DVector.h179 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
H A DVectorImpl.cpp384 if (!(mFlags & HAS_TRIVIAL_CTOR)) {
/system/core/libutils/
H A DVectorImpl.cpp474 if (!(mFlags & HAS_TRIVIAL_CTOR)) {

Completed in 184 milliseconds