Symbol: _VECTOR_CLASS_NAME
headers/private/kernel/util/Vector.h
200
_VECTOR_CLASS_NAME::Vector(size_t chunkSize)
headers/private/kernel/util/Vector.h
219
_VECTOR_CLASS_NAME::~Vector()
headers/private/kernel/util/Vector.h
235
_VECTOR_CLASS_NAME::PushFront(const Value &value)
headers/private/kernel/util/Vector.h
249
_VECTOR_CLASS_NAME::PushBack(const Value &value)
headers/private/kernel/util/Vector.h
261
_VECTOR_CLASS_NAME::PopFront()
headers/private/kernel/util/Vector.h
274
_VECTOR_CLASS_NAME::PopBack()
headers/private/kernel/util/Vector.h
290
_VECTOR_CLASS_NAME::_MoveItems(Value* items, int32 offset, int32 count)
headers/private/kernel/util/Vector.h
308
_VECTOR_CLASS_NAME::Insert(const Value &value, int32 index)
headers/private/kernel/util/Vector.h
331
_VECTOR_CLASS_NAME::Insert(const Value &value, const Iterator &iterator)
headers/private/kernel/util/Vector.h
346
_VECTOR_CLASS_NAME::Remove(const Value &value)
headers/private/kernel/util/Vector.h
367
_VECTOR_CLASS_NAME::Erase(int32 index)
headers/private/kernel/util/Vector.h
388
_VECTOR_CLASS_NAME::Erase(const Iterator &iterator)
headers/private/kernel/util/Vector.h
403
_VECTOR_CLASS_NAME::Count() const
headers/private/kernel/util/Vector.h
415
_VECTOR_CLASS_NAME::IsEmpty() const
headers/private/kernel/util/Vector.h
425
_VECTOR_CLASS_NAME::MakeEmpty()
headers/private/kernel/util/Vector.h
443
_VECTOR_CLASS_NAME::Begin()
headers/private/kernel/util/Vector.h
459
_VECTOR_CLASS_NAME::Begin() const
headers/private/kernel/util/Vector.h
475
_VECTOR_CLASS_NAME::End()
headers/private/kernel/util/Vector.h
491
_VECTOR_CLASS_NAME::End() const
headers/private/kernel/util/Vector.h
507
_VECTOR_CLASS_NAME::Null()
headers/private/kernel/util/Vector.h
523
_VECTOR_CLASS_NAME::Null() const
headers/private/kernel/util/Vector.h
536
_VECTOR_CLASS_NAME::IteratorForIndex(int32 index)
headers/private/kernel/util/Vector.h
551
_VECTOR_CLASS_NAME::IteratorForIndex(int32 index) const
headers/private/kernel/util/Vector.h
566
_VECTOR_CLASS_NAME::ElementAt(int32 index) const
headers/private/kernel/util/Vector.h
583
_VECTOR_CLASS_NAME::ElementAt(int32 index)
headers/private/kernel/util/Vector.h
601
_VECTOR_CLASS_NAME::IndexOf(const Value &value, int32 start) const
headers/private/kernel/util/Vector.h
622
_VECTOR_CLASS_NAME::Find(const Value &value)
headers/private/kernel/util/Vector.h
639
_VECTOR_CLASS_NAME::Find(const Value &value, const Iterator &start)
headers/private/kernel/util/Vector.h
657
_VECTOR_CLASS_NAME::Find(const Value &value) const
headers/private/kernel/util/Vector.h
674
_VECTOR_CLASS_NAME::Find(const Value &value, const ConstIterator &start) const
headers/private/kernel/util/Vector.h
688
_VECTOR_CLASS_NAME::operator[](int32 index)
headers/private/kernel/util/Vector.h
699
_VECTOR_CLASS_NAME::operator[](int32 index) const
headers/private/kernel/util/Vector.h
719
_VECTOR_CLASS_NAME::_Resize(size_t count)
headers/private/kernel/util/Vector.h
750
_VECTOR_CLASS_NAME::_IteratorIndex(const Iterator &iterator) const
headers/private/kernel/util/Vector.h
769
_VECTOR_CLASS_NAME::_IteratorIndex(const ConstIterator &iterator) const
headers/private/userlandfs/shared/Vector.h
196
_VECTOR_CLASS_NAME::Vector(size_t chunkSize)
headers/private/userlandfs/shared/Vector.h
215
_VECTOR_CLASS_NAME::~Vector()
headers/private/userlandfs/shared/Vector.h
231
_VECTOR_CLASS_NAME::PushFront(const Value &value)
headers/private/userlandfs/shared/Vector.h
245
_VECTOR_CLASS_NAME::PushBack(const Value &value)
headers/private/userlandfs/shared/Vector.h
257
_VECTOR_CLASS_NAME::PopFront()
headers/private/userlandfs/shared/Vector.h
270
_VECTOR_CLASS_NAME::PopBack()
headers/private/userlandfs/shared/Vector.h
286
_VECTOR_CLASS_NAME::_MoveItems(Value* items, int32 offset, int32 count)
headers/private/userlandfs/shared/Vector.h
304
_VECTOR_CLASS_NAME::Insert(const Value &value, int32 index)
headers/private/userlandfs/shared/Vector.h
327
_VECTOR_CLASS_NAME::Insert(const Value &value, const Iterator &iterator)
headers/private/userlandfs/shared/Vector.h
342
_VECTOR_CLASS_NAME::Remove(const Value &value)
headers/private/userlandfs/shared/Vector.h
362
typename _VECTOR_CLASS_NAME::Iterator
headers/private/userlandfs/shared/Vector.h
363
_VECTOR_CLASS_NAME::Erase(int32 index)
headers/private/userlandfs/shared/Vector.h
383
typename _VECTOR_CLASS_NAME::Iterator
headers/private/userlandfs/shared/Vector.h
384
_VECTOR_CLASS_NAME::Erase(const Iterator &iterator)
headers/private/userlandfs/shared/Vector.h
399
_VECTOR_CLASS_NAME::Count() const
headers/private/userlandfs/shared/Vector.h
411
_VECTOR_CLASS_NAME::IsEmpty() const
headers/private/userlandfs/shared/Vector.h
421
_VECTOR_CLASS_NAME::MakeEmpty()
headers/private/userlandfs/shared/Vector.h
438
typename _VECTOR_CLASS_NAME::Iterator
headers/private/userlandfs/shared/Vector.h
439
_VECTOR_CLASS_NAME::Begin()
headers/private/userlandfs/shared/Vector.h
454
typename _VECTOR_CLASS_NAME::ConstIterator
headers/private/userlandfs/shared/Vector.h
455
_VECTOR_CLASS_NAME::Begin() const
headers/private/userlandfs/shared/Vector.h
470
typename _VECTOR_CLASS_NAME::Iterator
headers/private/userlandfs/shared/Vector.h
471
_VECTOR_CLASS_NAME::End()
headers/private/userlandfs/shared/Vector.h
486
typename _VECTOR_CLASS_NAME::ConstIterator
headers/private/userlandfs/shared/Vector.h
487
_VECTOR_CLASS_NAME::End() const
headers/private/userlandfs/shared/Vector.h
502
typename _VECTOR_CLASS_NAME::Iterator
headers/private/userlandfs/shared/Vector.h
503
_VECTOR_CLASS_NAME::Null()
headers/private/userlandfs/shared/Vector.h
518
typename _VECTOR_CLASS_NAME::ConstIterator
headers/private/userlandfs/shared/Vector.h
519
_VECTOR_CLASS_NAME::Null() const
headers/private/userlandfs/shared/Vector.h
531
typename _VECTOR_CLASS_NAME::Iterator
headers/private/userlandfs/shared/Vector.h
532
_VECTOR_CLASS_NAME::IteratorForIndex(int32 index)
headers/private/userlandfs/shared/Vector.h
546
typename _VECTOR_CLASS_NAME::ConstIterator
headers/private/userlandfs/shared/Vector.h
547
_VECTOR_CLASS_NAME::IteratorForIndex(int32 index) const
headers/private/userlandfs/shared/Vector.h
562
_VECTOR_CLASS_NAME::ElementAt(int32 index) const
headers/private/userlandfs/shared/Vector.h
579
_VECTOR_CLASS_NAME::ElementAt(int32 index)
headers/private/userlandfs/shared/Vector.h
597
_VECTOR_CLASS_NAME::IndexOf(const Value &value, int32 start) const
headers/private/userlandfs/shared/Vector.h
617
typename _VECTOR_CLASS_NAME::Iterator
headers/private/userlandfs/shared/Vector.h
618
_VECTOR_CLASS_NAME::Find(const Value &value)
headers/private/userlandfs/shared/Vector.h
634
typename _VECTOR_CLASS_NAME::Iterator
headers/private/userlandfs/shared/Vector.h
635
_VECTOR_CLASS_NAME::Find(const Value &value, const Iterator &start)
headers/private/userlandfs/shared/Vector.h
652
typename _VECTOR_CLASS_NAME::ConstIterator
headers/private/userlandfs/shared/Vector.h
653
_VECTOR_CLASS_NAME::Find(const Value &value) const
headers/private/userlandfs/shared/Vector.h
669
typename _VECTOR_CLASS_NAME::ConstIterator
headers/private/userlandfs/shared/Vector.h
670
_VECTOR_CLASS_NAME::Find(const Value &value, const ConstIterator &start) const
headers/private/userlandfs/shared/Vector.h
684
_VECTOR_CLASS_NAME::operator[](int32 index)
headers/private/userlandfs/shared/Vector.h
695
_VECTOR_CLASS_NAME::operator[](int32 index) const
headers/private/userlandfs/shared/Vector.h
715
_VECTOR_CLASS_NAME::_Resize(size_t count)
headers/private/userlandfs/shared/Vector.h
746
_VECTOR_CLASS_NAME::_IteratorIndex(const Iterator &iterator) const
headers/private/userlandfs/shared/Vector.h
765
_VECTOR_CLASS_NAME::_IteratorIndex(const ConstIterator &iterator) const