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.cc883 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc3914 n = static_cast<unsigned int>(this->oneof_decl_size()); i < n; i++) { in SerializeWithCachedSizes()
4014 n = static_cast<unsigned int>(this->oneof_decl_size()); i < n; i++) { in InternalSerializeWithCachedSizesToArray()
4116 unsigned int count = static_cast<unsigned int>(this->oneof_decl_size()); in ByteSizeLong()
Ddescriptor.pb.h1413 int oneof_decl_size() const;
7548 inline int DescriptorProto::oneof_decl_size() const { in oneof_decl_size() function