Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field.cc51 return &rep_->elements[current_size_]; in InternalExtend()
53 Rep* old_rep = rep_; in InternalExtend()
62 rep_ = reinterpret_cast<Rep*>( in InternalExtend()
65 rep_ = reinterpret_cast<Rep*>( in InternalExtend()
71 memcpy(rep_->elements, old_rep->elements, in InternalExtend()
72 old_rep->allocated_size * sizeof(rep_->elements[0])); in InternalExtend()
73 rep_->allocated_size = old_rep->allocated_size; in InternalExtend()
75 rep_->allocated_size = 0; in InternalExtend()
80 return &rep_->elements[current_size_]; in InternalExtend()
90 if (rep_ == NULL) return; in CloseGap()
[all …]
Drepeated_field.h256 Rep* rep_; variable
273 return (rep_ == NULL) ? NULL : rep_->arena; in GetArenaNoVirtual()
529 Rep* rep_;
978 rep_(NULL) {
985 rep_(NULL) {
989 rep_ = reinterpret_cast<Rep*>(
991 rep_->arena = arena;
999 rep_(NULL) {
1008 rep_(NULL) {
1026 InternalDeallocate(rep_, total_size_);
[all …]