Searched refs:CopyArray (Results 1 – 1 of 1) sorted by relevance
37 const LengthPrefixedArray<T>* CopyArray(SwapSpace* swap_space, const ArrayRef<const T>& array) { in CopyArray() function63 return CopyArray(swap_space_.get(), data); in AllocateOrDeduplicateArray()96 return CopyArray(swap_space_, array); in Copy()