Searched defs:reserveCount (Results 1 – 3 of 3) sorted by relevance
33 unsigned int reserveCount) in DynamicInstancesPatchAllocator()
53 explicit SkTArray(int reserveCount) : SkTArray() { this->reserve_back(reserveCount); } in SkTArray()656 explicit SkSTArray(int reserveCount) : SkSTArray() { in SkSTArray()
326 Array* array, int reserveCount) { in test_array_reserve()