Home
last modified time | relevance | path

Searched refs:oneof_decl_size (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc761 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc3408 for (unsigned int i = 0, n = this->oneof_decl_size(); i < n; i++) { in SerializeWithCachedSizes()
3493 for (unsigned int i = 0, n = this->oneof_decl_size(); i < n; i++) { in InternalSerializeWithCachedSizesToArray()
3585 total_size += 1 * this->oneof_decl_size(); in ByteSize()
3586 for (int i = 0; i < this->oneof_decl_size(); i++) { in ByteSize()
4029 int DescriptorProto::oneof_decl_size() const { in oneof_decl_size() function in google::protobuf::DescriptorProto
Ddescriptor.pb.h877 int oneof_decl_size() const;
4685 inline int DescriptorProto::oneof_decl_size() const { in oneof_decl_size() function