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.cc761 int oneof_index = message->oneof_decl_size(); in ParseMessageStatement()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc3370 for (unsigned int i = 0, n = this->oneof_decl_size(); i < n; i++) { in SerializeWithCachedSizes()
3455 for (unsigned int i = 0, n = this->oneof_decl_size(); i < n; i++) { in SerializeWithCachedSizesToArray()
3547 total_size += 1 * this->oneof_decl_size(); in ByteSize()
3548 for (int i = 0; i < this->oneof_decl_size(); i++) { in ByteSize()
3986 int DescriptorProto::oneof_decl_size() const { in oneof_decl_size() function in google::protobuf::DescriptorProto
Ddescriptor.pb.h856 int oneof_decl_size() const;
4477 inline int DescriptorProto::oneof_decl_size() const { in oneof_decl_size() function