Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/tinyutils/
DVectorImpl.cpp289 (mFlags & HAS_TRIVIAL_COPY) && in _grow()
341 (mFlags & HAS_TRIVIAL_COPY) && in _shrink()
398 if (!(mFlags & HAS_TRIVIAL_COPY)) { in _do_copy()
DVectorImpl.h46 HAS_TRIVIAL_COPY = 0x00000004, enumerator
DSortedVector.h145 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0) in SortedVector()
DVector.h181 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0) in Vector()