Home | History | Annotate | Download | only in protobuf

Lines Matching refs:num_elements_

719           num_elements_(0),
935 num_elements_ = 0;
944 size_type size() const { return num_elements_; }
957 if (ResizeIfLoadIsOutOfRange(num_elements_ + 1)) {
964 ++num_elements_;
976 if (ResizeIfLoadIsOutOfRange(num_elements_ + 1)) {
984 ++num_elements_;
1016 --num_elements_;
1053 // bucket. num_elements_ is not modified.
1106 // num_elements_ increases, though it could be used in other situations.
1342 size_type num_elements_;