Searched defs:rep_ (Results 1 - 1 of 1) sorted by relevance

/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Drepeated_field.h255 // if rep_ is NULL, then arena is NULL.
256 Rep* rep_; member in class:google::protobuf::RepeatedField
273 return (rep_ == NULL) ? NULL : rep_->arena;
528 // if rep_ is NULL, then arena is NULL.
529 Rep* rep_; member in class:google::protobuf::internal::RepeatedPtrFieldBase
980 rep_(NULL) {
987 rep_(NULL) {
988 // In case arena is NULL, then we do not create rep_, as code has an invariant
989 // `rep_
[all...]

Completed in 47 milliseconds