Searched refs:callerCount (Results 1 – 1 of 1) sorted by relevance
711 T* callerPtr, uint32_t* callerCount) { in CopyWithIncomplete() argument714 if (things.size() > *callerCount) in CopyWithIncomplete()716 *callerCount = std::min(uint32_t(things.size()), *callerCount); in CopyWithIncomplete()717 std::copy(things.begin(), things.begin() + *callerCount, callerPtr); in CopyWithIncomplete()719 *callerCount = things.size(); in CopyWithIncomplete()