Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h1150 const size_type old_table_size = num_buckets_; in Resize() local
1155 for (size_type i = start; i < old_table_size; i++) { in Resize()
1162 Dealloc<void*>(old_table, old_table_size); in Resize()