Home
last modified time | relevance | path

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

/frameworks/native/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)
/frameworks/base/libs/hwui/utils/
DSortedList.h111 SortedListImpl(sizeof(TYPE), ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0) in SortedList()
/frameworks/native/libs/utils/
DVectorImpl.cpp474 if (!(mFlags & HAS_TRIVIAL_CTOR)) { in _do_construct()