Searched refs:CopyArray (Results 1 – 2 of 2) 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()
46 TEST(Buffer, CopyArray) { in TEST() argument