Searched defs:nested_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_message_utils_unittest.cc17 uint32 nested_type = 78; local
20 Message nested_msg(nested_routing, nested_type, nested_priority);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc165 new MessageGenerator(descriptor->nested_type(i), dllexport_decl));
413 const Descriptor* nested_type = descriptor_->nested_type(i); local
415 "nested_name", nested_type->name(),
416 "nested_full_name", ClassName(nested_type, false));
567 "$parent$_descriptor_->nested_type($index$);\n");
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc306 new MessageGenerator(descriptor->nested_type(i), options));
579 const Descriptor* nested_type = descriptor_->nested_type(i); local
581 "nested_name", nested_type->name(),
582 "nested_full_name", ClassName(nested_type, false));
761 "$parent$_descriptor_->nested_type($index$);\n");
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h615 // repeated .google.protobuf.DescriptorProto nested_type = 3;
619 inline const ::google::protobuf::DescriptorProto& nested_type(int index) const;
623 nested_type() const;
2875 // repeated .google.protobuf.DescriptorProto nested_type = 3;
2882 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
2892 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h646 // repeated .google.protobuf.DescriptorProto nested_type = 3;
650 inline const ::google::protobuf::DescriptorProto& nested_type(int index) const;
654 nested_type() const;
3389 // repeated .google.protobuf.DescriptorProto nested_type = 3;
3396 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
3406 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto

Completed in 4363 milliseconds