Lines Matching refs:MoveArray
89 class MoveArray
120 MoveArray() in MoveArray() function
143 MoveArray(
171 MoveArray(
204 MoveArray(os::IAllocator* allocator) in MoveArray() function
220 MoveArray(const MoveArray& array) in MoveArray() function
226 const_cast<MoveArray&>(array).release(); in MoveArray()
230 ~MoveArray() in ~MoveArray()
260 MoveArray& operator=(MoveArray rhs)
379 void CopyFrom(const MoveArray<TElement>& source) in CopyFrom()
401 void swap(MoveArray<TElement>& other);
442 MoveArray clone(size(), m_Allocator, GetArrayKind()); in ShrinkToFit()
567 void Swap(MoveArray<TElement>& other) { this->swap(other); } in Swap()
773 class FixedSizeArray : public MoveArray<TElement>
781 … : MoveArray<TElement>(reinterpret_cast<TElement*>(m_FixedSizeElements), TSize, 0, ARRAY_FIXED) {} in FixedSizeArray()
784 void swap(MoveArray<TElement>& array);
805 MoveArray<TElement>::reserve(int reserveSize) in reserve()
865 MoveArray<TElement>::push_back( in push_back()
896 MoveArray<TElement>::pop_back() in pop_back()
918 MoveArray<TElement>::assign( in assign()
947 MoveArray<TElement>::swap( in swap()
948 MoveArray<TElement>& other in swap()
984 MoveArray<TElement>::resize( in resize()
1040 MoveArray<TElement>::erase( in erase()
1061 MoveArray<TElement>::erase( in erase()
1110 const nw::ut::MoveArray<TElement>& lhs,
1111 const nw::ut::MoveArray<TElement>& rhs
1134 const nw::ut::MoveArray<TElement>& lhs,
1135 const nw::ut::MoveArray<TElement>& rhs
1158 const nw::ut::MoveArray<TElement>& lhs,
1159 const nw::ut::MoveArray<TElement>& rhs
1178 const nw::ut::MoveArray<TElement>& lhs,
1179 const nw::ut::MoveArray<TElement>& rhs
1198 const nw::ut::MoveArray<TElement>& lhs,
1199 const nw::ut::MoveArray<TElement>& rhs
1218 const nw::ut::MoveArray<TElement>& lhs,
1219 const nw::ut::MoveArray<TElement>& rhs