repeated_field.h | 138 Element initial_space_[kInitialSize]; member in class:google::protobuf::RepeatedField 255 void* initial_space_[kInitialSize]; member in class:google::protobuf::internal::RepeatedPtrFieldBase 369 // at. Returns zero if the array is inlined (i.e. initial_space_ is being 422 : elements_(initial_space_), 429 if (elements_ != initial_space_) { 520 // We may not be using initial_space_ but it's not worth checking. Just 523 MoveArray(swap_initial_space, initial_space_, kInitialSize); 528 MoveArray(initial_space_, other->initial_space_, kInitialSize); 533 MoveArray(other->initial_space_, swap_initial_space, kInitialSize) [all...] |