Searched refs:HAS_TRIVIAL_COPY (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp289 (mFlags & HAS_TRIVIAL_COPY) &&
341 (mFlags & HAS_TRIVIAL_COPY) &&
398 if (!(mFlags & HAS_TRIVIAL_COPY)) {
H A DVectorImpl.h46 HAS_TRIVIAL_COPY = 0x00000004, enumerator in enum:android::tinyutils::VectorImpl::__anon460
H A DSortedVector.h145 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0)
H A DVector.h181 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0)

Completed in 59 milliseconds