Searched defs:reserveCount (Results 1 – 4 of 4) sorted by relevance
52 explicit TArray(int reserveCount) : TArray() { this->reserve_exact(reserveCount); } in TArray()785 explicit STArray(int reserveCount) in STArray()
33 unsigned int reserveCount) in DynamicInstancesPatchAllocator()
42 FixedArray(int reserveCount) { in FixedArray()
475 Array* array, int reserveCount) { in test_array_reserve()