HomeSort by relevance Sort by last modified time
    Searched defs:nested_type (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 96 milliseconds