/external/chromium_org/ipc/ |
ipc_message_utils_unittest.cc | 17 uint32 nested_type = 78; local 20 Message nested_msg(nested_routing, nested_type, nested_priority);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.cc | 306 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"); [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.cc | 165 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"); [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 615 // repeated .google.protobuf.DescriptorProto nested_type = 3; 619 inline const ::google::protobuf::DescriptorProto& nested_type(int index) const; 623 nested_type() const; 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 [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.pb.h | 646 // repeated .google.protobuf.DescriptorProto nested_type = 3; 650 inline const ::google::protobuf::DescriptorProto& nested_type(int index) const; 654 nested_type() const; 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 [all...] |