HomeSort by relevance Sort by last modified time
    Searched refs:old_rep (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/
repeated_field.cc 53 Rep* old_rep = rep_; local
59 sizeof(old_rep->elements[0]))
63 new char[kRepHeaderSize + sizeof(old_rep->elements[0]) * new_size]);
67 kRepHeaderSize + sizeof(old_rep->elements[0]) * new_size));
70 if (old_rep && old_rep->allocated_size > 0) {
71 memcpy(rep_->elements, old_rep->elements,
72 old_rep->allocated_size * sizeof(rep_->elements[0]));
73 rep_->allocated_size = old_rep->allocated_size;
78 delete [] reinterpret_cast<char*>(old_rep);
    [all...]
repeated_field.h     [all...]
  /external/libcxx/src/include/
refstring.h 93 struct _Rep_base *old_rep = rep_from_data(__imp_); variable in typeref:struct:_Rep_base
99 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0)
101 ::operator delete(old_rep); variable
  /external/libcxxabi/src/include/
refstring.h 97 struct _Rep_base *old_rep = rep_from_data(__imp_); variable in typeref:struct:_Rep_base
103 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0)
105 ::operator delete(old_rep); variable

Completed in 420 milliseconds