Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Drepeated_field.h443 class FastAdderImpl {
445 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) { in FastAdderImpl() function
450 ~FastAdderImpl() { repeated_field_->current_size_ = index_; } in ~FastAdderImpl()
468 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FastAdderImpl);
474 class FastAdderImpl<I, false> {
476 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) {} in FastAdderImpl() function
481 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FastAdderImpl);
484 using FastAdder = FastAdderImpl<>;