HomeSort by relevance Sort by last modified time
    Searched refs:HAS_TRIVIAL_CTOR (Results 1 - 9 of 9) sorted by null

  /system/core/include/utils/
VectorImpl.h 44 HAS_TRIVIAL_CTOR = 0x00000001,
SortedVector.h 147 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
Vector.h 221 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
  /system/core/libpixelflinger/codeflinger/tinyutils/
VectorImpl.h 44 HAS_TRIVIAL_CTOR = 0x00000001,
SortedVector.h 143 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
Vector.h 179 ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
VectorImpl.cpp 384 if (!(mFlags & HAS_TRIVIAL_CTOR)) {
  /frameworks/base/libs/hwui/utils/
SortedList.h 111 SortedListImpl(sizeof(TYPE), ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0)
  /system/core/libutils/
VectorImpl.cpp 486 if (!(mFlags & HAS_TRIVIAL_CTOR)) {

Completed in 828 milliseconds