Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dextension_set.cc190 flat_size_(0), in ExtensionSet()
198 flat_size_(0), in ExtensionSet()
1069 swap(flat_size_, x->flat_size_); in Swap()
1854 if (flat_size_ < flat_capacity_) { in Insert()
1856 ++flat_size_; in Insert()
1861 GrowCapacity(flat_size_ + 1); in Insert()
1888 flat_size_ = 0; in GrowCapacity()
1911 --flat_size_; in Erase()
Dextension_set.h673 return PROTOBUF_PREDICT_FALSE(is_large()) ? map_.large->size() : flat_size_; in Size()
826 return map_.flat + flat_size_; in flat_end()
830 return map_.flat + flat_size_; in flat_end()
839 uint16 flat_size_; variable