Home
last modified time | relevance | path

Searched defs:nested_type (Results 1 – 7 of 7) sorted by relevance

/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto90 repeated DescriptorProto nested_type = 3; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto98 repeated DescriptorProto nested_type = 3; field
Ddescriptor.pb.h4393 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { in nested_type() function
4411 DescriptorProto::nested_type() const { in nested_type() function
Ddescriptor.pb.cc3902 const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { in nested_type() function in google::protobuf::DescriptorProto
3920 DescriptorProto::nested_type() const { in nested_type() function in google::protobuf::DescriptorProto
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc623 const google::protobuf::Type* nested_type = resolved_type.ValueOrDie(); in RenderAny() local
/external/flatbuffers/src/
Didl_gen_general.cpp1030 auto nested_type = parser_.structs_.Lookup(nested_qualified_name); in GenStruct() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc1170 const Descriptor* nested_type = descriptor_->nested_type(i); in GenerateClassDefinition() local