Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.pb.cc415 this->oneofs(this->oneofs_size() - 1).data(), in MergePartialFromCodedStream()
416 this->oneofs(this->oneofs_size() - 1).length(), in MergePartialFromCodedStream()
514 for (int i = 0; i < this->oneofs_size(); i++) { in SerializeWithCachedSizes()
566 for (int i = 0; i < this->oneofs_size(); i++) { in InternalSerializeWithCachedSizesToArray()
632 total_size += 1 * this->oneofs_size(); in ByteSize()
633 for (int i = 0; i < this->oneofs_size(); i++) { in ByteSize()
809 int Type::oneofs_size() const { in oneofs_size() function in google::protobuf::Type
Dtype.pb.h217 int oneofs_size() const;
956 inline int Type::oneofs_size() const { in oneofs_size() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc303 oneof_indices_(type.oneofs_size() + 1) { in ProtoElement()
325 oneof_indices_(type_.oneofs_size() + 1) { in ProtoElement()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver_util_test.cc107 field->oneof_index() > type.oneofs_size()) { in FieldInOneof()