Searched refs:FastAdderImpl (Results 1 – 1 of 1) sorted by relevance
443 class FastAdderImpl {445 explicit FastAdderImpl(RepeatedField* rf) : repeated_field_(rf) { in FastAdderImpl() function450 ~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() function481 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FastAdderImpl);484 using FastAdder = FastAdderImpl<>;