Lines Matching refs:_VECTOR_CLASS_NAME

18 #define _VECTOR_CLASS_NAME Vector<Value>
200 _VECTOR_CLASS_NAME::Vector(size_t chunkSize)
219 _VECTOR_CLASS_NAME::~Vector()
235 _VECTOR_CLASS_NAME::PushFront(const Value &value)
249 _VECTOR_CLASS_NAME::PushBack(const Value &value)
261 _VECTOR_CLASS_NAME::PopFront()
274 _VECTOR_CLASS_NAME::PopBack()
290 _VECTOR_CLASS_NAME::_MoveItems(Value* items, int32 offset, int32 count)
308 _VECTOR_CLASS_NAME::Insert(const Value &value, int32 index)
331 _VECTOR_CLASS_NAME::Insert(const Value &value, const Iterator &iterator)
346 _VECTOR_CLASS_NAME::Remove(const Value &value)
367 _VECTOR_CLASS_NAME::Erase(int32 index)
388 _VECTOR_CLASS_NAME::Erase(const Iterator &iterator)
403 _VECTOR_CLASS_NAME::Count() const
415 _VECTOR_CLASS_NAME::IsEmpty() const
425 _VECTOR_CLASS_NAME::MakeEmpty()
443 _VECTOR_CLASS_NAME::Begin()
459 _VECTOR_CLASS_NAME::Begin() const
475 _VECTOR_CLASS_NAME::End()
491 _VECTOR_CLASS_NAME::End() const
507 _VECTOR_CLASS_NAME::Null()
523 _VECTOR_CLASS_NAME::Null() const
536 _VECTOR_CLASS_NAME::IteratorForIndex(int32 index)
551 _VECTOR_CLASS_NAME::IteratorForIndex(int32 index) const
566 _VECTOR_CLASS_NAME::ElementAt(int32 index) const
583 _VECTOR_CLASS_NAME::ElementAt(int32 index)
601 _VECTOR_CLASS_NAME::IndexOf(const Value &value, int32 start) const
622 _VECTOR_CLASS_NAME::Find(const Value &value)
639 _VECTOR_CLASS_NAME::Find(const Value &value, const Iterator &start)
657 _VECTOR_CLASS_NAME::Find(const Value &value) const
674 _VECTOR_CLASS_NAME::Find(const Value &value, const ConstIterator &start) const
688 _VECTOR_CLASS_NAME::operator[](int32 index)
699 _VECTOR_CLASS_NAME::operator[](int32 index) const
719 _VECTOR_CLASS_NAME::_Resize(size_t count)
750 _VECTOR_CLASS_NAME::_IteratorIndex(const Iterator &iterator) const
769 _VECTOR_CLASS_NAME::_IteratorIndex(const ConstIterator &iterator) const