Home
last modified time | relevance | path

Searched refs:HAS_TRIVIAL_COPY (Results 1 – 8 of 8) 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()
/system/core/libutils/
DVectorImpl.cpp382 (mFlags & HAS_TRIVIAL_COPY) && in _grow()
440 (mFlags & HAS_TRIVIAL_COPY) && in _shrink()
500 if (!(mFlags & HAS_TRIVIAL_COPY)) { in _do_copy()
/system/core/include/utils/
DVectorImpl.h46 HAS_TRIVIAL_COPY = 0x00000004, enumerator
DSortedVector.h149 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0))
DVector.h223 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0))