Lines Matching refs:MoveArray
76 class MoveArray
107 MoveArray() in MoveArray() function
129 MoveArray(
154 MoveArray(
187 MoveArray(os::IAllocator* allocator) in MoveArray() function
203 MoveArray(const MoveArray& array) in MoveArray() function
209 const_cast<MoveArray&>(array).release(); in MoveArray()
213 ~MoveArray() in ~MoveArray()
245 MoveArray& operator=(MoveArray rhs)
364 void CopyFrom(const MoveArray<TElement>& source) in CopyFrom()
386 void swap(MoveArray<TElement>& other);
427 MoveArray clone(size(), m_Allocator, GetArrayKind()); in ShrinkToFit()
552 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()
758 class FixedSizeArray : public MoveArray<TElement>
766 … : MoveArray<TElement>(reinterpret_cast<TElement*>(m_FixedSizeElements), TSize, 0, ARRAY_FIXED) {} in FixedSizeArray()
769 void swap(MoveArray<TElement>& array);
790 MoveArray<TElement>::reserve(int reserveSize) in reserve()
850 MoveArray<TElement>::push_back( in push_back()
877 MoveArray<TElement>::pop_back() in pop_back()
899 MoveArray<TElement>::assign( in assign()
928 MoveArray<TElement>::swap( in swap()
929 MoveArray<TElement>& other in swap()
965 MoveArray<TElement>::resize( in resize()
1021 MoveArray<TElement>::erase( in erase()
1042 MoveArray<TElement>::erase( in erase()
1091 const nw::ut::MoveArray<TElement>& lhs,
1092 const nw::ut::MoveArray<TElement>& rhs
1115 const nw::ut::MoveArray<TElement>& lhs,
1116 const nw::ut::MoveArray<TElement>& rhs
1139 const nw::ut::MoveArray<TElement>& lhs,
1140 const nw::ut::MoveArray<TElement>& rhs
1159 const nw::ut::MoveArray<TElement>& lhs,
1160 const nw::ut::MoveArray<TElement>& rhs
1179 const nw::ut::MoveArray<TElement>& lhs,
1180 const nw::ut::MoveArray<TElement>& rhs
1199 const nw::ut::MoveArray<TElement>& lhs,
1200 const nw::ut::MoveArray<TElement>& rhs