commit | 71e022cf40d596785e9795c5ed28cd140514d331 | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Thu Jun 08 16:13:27 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Thu Jun 08 21:00:53 2023 +0000 |
tree | 0829a49f34f83d45a94d06fb8a1601b2ddee8adc | |
parent | 8874da5347d5c93b9ccb8117863f6923c71b6f55 [diff] |
Remove TArray::reserve_back. We now have `TArray::reserve`, which matches the behavior of `vector::reserve`, and `TArray::reserve_exact`, which reserves the exact number of elements that the user asks for. Bug: skia:14316 Change-Id: I284e7cbe99e52d2c2fafd42204df7a7ab0aa994b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/709203 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Herb Derby <herb@google.com>