Home
last modified time | relevance | path

Searched refs:new_capacity (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dbytestream.cc122 size_t new_capacity = std::max(capacity_ + amount, (3 * capacity_) / 2); in Expand() local
123 char* bigger = new char[new_capacity]; in Expand()
127 capacity_ = new_capacity; in Expand()