Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc645 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc2250 for (int i = 0; i < this->oneof_decl_size(); i++) { in SerializeWithCachedSizes()
2319 for (int i = 0; i < this->oneof_decl_size(); i++) { in SerializeWithCachedSizesToArray()
2393 total_size += 1 * this->oneof_decl_size(); in ByteSize()
2394 for (int i = 0; i < this->oneof_decl_size(); i++) { in ByteSize()
Ddescriptor.pb.h674 inline int oneof_decl_size() const;
3671 inline int DescriptorProto::oneof_decl_size() const { in oneof_decl_size() function