Searched refs:nested_type_size (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc140 for (int i = 0; i < message_type.nested_type_size(); i++) {
H A Ddescriptor.pb.cc2111 for (int i = 0; i < this->nested_type_size(); i++) {
2166 for (int i = 0; i < this->nested_type_size(); i++) {
2243 total_size += 1 * this->nested_type_size();
2244 for (int i = 0; i < this->nested_type_size(); i++) {
2327 for (int i = 0; i < nested_type_size(); i++) {
H A Ddescriptor.pb.h647 inline int nested_type_size() const;
3390 inline int DescriptorProto::nested_type_size() const { function in class:google::protobuf::DescriptorProto
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1184 int size = descriptor_proto->nested_type_size();
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc140 for (int i = 0; i < message_type.nested_type_size(); i++) {
H A Ddescriptor.pb.cc1884 for (int i = 0; i < this->nested_type_size(); i++) {
1939 for (int i = 0; i < this->nested_type_size(); i++) {
2016 total_size += 1 * this->nested_type_size();
2017 for (int i = 0; i < this->nested_type_size(); i++) {
2100 for (int i = 0; i < nested_type_size(); i++) {
H A Ddescriptor.pb.h616 inline int nested_type_size() const;
2876 inline int DescriptorProto::nested_type_size() const { function in class:google::protobuf::DescriptorProto
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc608 message->nested_type_size());
H A Dparser_unittest.cc1264 int size = descriptor_proto->nested_type_size();

Completed in 1388 milliseconds