Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorProto.php35 private $nested_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
DDescriptor.php21 private $nested_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dreplace_if_let_with_match.rs705 fn nested_type() { in nested_type() function
/third_party/protobuf/benchmarks/
Ddescriptor_sv.proto74 repeated DescriptorProto nested_type = 3; field
Ddescriptor.proto72 repeated DescriptorProto nested_type = 3; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto147 repeated DescriptorProto nested_type = 3; field
Ddescriptor_database.cc725 for (const auto& nested_type : message_type.nested_type()) { in AddNestedExtensions() local
Ddescriptor.pb.h13296 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const in nested_type() function
13307 …otobuf::RepeatedPtrField<::google::protobuf::DescriptorProto>& DescriptorProto::nested_type() const in nested_type() function
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dmessage.cc1970 const Descriptor* nested_type = descriptor_->nested_type(i); in GenerateClassDefinition() local