HomeSort by relevance Sort by last modified time
    Searched refs:HAS_TRIVIAL_CTOR (Results 1 - 4 of 4) 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/libutils/
VectorImpl.cpp 526 if (!(mFlags & HAS_TRIVIAL_CTOR)) {

Completed in 311 milliseconds