Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdePoolArray.hpp202 …static void constructCopy (void* ptr, const T& val) { new (ptr) T(val); } //!< Called for non-ini… in constructCopy() function
210 static void constructCopy (void* ptr, TYPE val) { *(TYPE*)ptr = val; } \
287 PoolArrayElement<T>::constructCopy(getPtr(ndx), value); in resize()