Searched refs:HAS_TRIVIAL_COPY (Results 1 – 8 of 8) sorted by relevance
289 (mFlags & HAS_TRIVIAL_COPY) && in _grow()341 (mFlags & HAS_TRIVIAL_COPY) && in _shrink()398 if (!(mFlags & HAS_TRIVIAL_COPY)) { in _do_copy()
46 HAS_TRIVIAL_COPY = 0x00000004, enumerator
145 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0) in SortedVector()
181 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0) in Vector()
382 (mFlags & HAS_TRIVIAL_COPY) && in _grow()440 (mFlags & HAS_TRIVIAL_COPY) && in _shrink()500 if (!(mFlags & HAS_TRIVIAL_COPY)) { in _do_copy()
149 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0))
223 |(traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0))