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.cc2252 for (int i = 0; i < this->oneof_decl_size(); i++) { in SerializeWithCachedSizes()
2321 for (int i = 0; i < this->oneof_decl_size(); i++) { in SerializeWithCachedSizesToArray()
2395 total_size += 1 * this->oneof_decl_size(); in ByteSize()
2396 for (int i = 0; i < this->oneof_decl_size(); i++) { in ByteSize()
Ddescriptor.pb.h674 inline int oneof_decl_size() const;
3681 inline int DescriptorProto::oneof_decl_size() const { in oneof_decl_size() function