Searched refs:copySize (Results 1 – 1 of 1) sorted by relevance
53 uint32_t copySize; in getProperties() local60 copySize = *pCount < count ? *pCount : count; in getProperties()61 memcpy(pProperties, properties, copySize * sizeof(T)); in getProperties()62 *pCount = copySize; in getProperties()63 if (copySize < count) { in getProperties()