Home
last modified time | relevance | path

Searched refs:oneofs_size (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtype.pb.cc608 this->oneofs(this->oneofs_size() - 1).data(), in MergePartialFromCodedStream()
609 static_cast<int>(this->oneofs(this->oneofs_size() - 1).length()), in MergePartialFromCodedStream()
701 for (int i = 0, n = this->oneofs_size(); i < n; i++) { in SerializeWithCachedSizes()
764 for (int i = 0, n = this->oneofs_size(); i < n; i++) { in InternalSerializeWithCachedSizesToArray()
828 ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(this->oneofs_size()); in ByteSizeLong()
829 for (int i = 0, n = this->oneofs_size(); i < n; i++) { in ByteSizeLong()
Dtype.pb.h334 int oneofs_size() const;
1496 inline int Type::oneofs_size() const { in oneofs_size() function
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc300 oneof_indices_(type.oneofs_size() + 1) { in ProtoElement()
322 oneof_indices_(type_.oneofs_size() + 1) { in ProtoElement()
/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc104 field->oneof_index() > type.oneofs_size()) { in FieldInOneof()