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

  /system/core/libutils/include/utils/
VectorImpl.h 45 HAS_TRIVIAL_DTOR = 0x00000002,
SortedVector.h 162 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0)
Vector.h 232 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0)
  /system/core/libutils/
VectorImpl.cpp 414 (mFlags & HAS_TRIVIAL_DTOR))
481 (mFlags & HAS_TRIVIAL_DTOR))
533 if (!(mFlags & HAS_TRIVIAL_DTOR)) {

Completed in 91 milliseconds