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

/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc622 // nested_type cannot be null at this time.
623 const google::protobuf::Type* nested_type = resolved_type.ValueOrDie(); local
629 ProtoStreamObjectSource nested_os(&in_stream, os->typeinfo_, *nested_type);
/external/flatbuffers/src/
H A Didl_gen_general.cpp1030 auto nested_type = parser_.structs_.Lookup(nested_qualified_name); local
1031 auto nested_type_name = WrapInNameSpace(*nested_type);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc394 new MessageGenerator(descriptor->nested_type(i), options));
432 if (IsMapEntryMessage(descriptor_->nested_type(i))) continue;
867 if (IsMapEntryMessage(descriptor_->nested_type(i))) continue;
1170 const Descriptor* nested_type = descriptor_->nested_type(i); local
1171 if (!IsMapEntryMessage(nested_type)) {
1173 "nested_name", nested_type->name(),
1174 "nested_full_name", ClassName(nested_type, false));
1445 if (IsMapEntryMessage(descriptor_->nested_type(i))) continue;
1460 if (IsMapEntryMessage(descriptor_->nested_type(
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc177 DescriptorProto_ExtensionRange_descriptor_ = DescriptorProto_descriptor_->nested_type(0);
193 DescriptorProto_ReservedRange_descriptor_ = DescriptorProto_descriptor_->nested_type(1);
479 UninterpretedOption_NamePart_descriptor_ = UninterpretedOption_descriptor_->nested_type(0);
510 SourceCodeInfo_Location_descriptor_ = SourceCodeInfo_descriptor_->nested_type(0);
544 GeneratedCodeInfo_Annotation_descriptor_ = GeneratedCodeInfo_descriptor_->nested_type(0);
3169 // repeated .google.protobuf.DescriptorProto nested_type = 3;
3339 // repeated .google.protobuf.DescriptorProto nested_type = 3;
3342 3, this->nested_type(i), output);
3419 // repeated .google.protobuf.DescriptorProto nested_type = 3;
3423 3, this->nested_type(
3902 const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
3920 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto
[all...]
H A Ddescriptor.pb.h819 // repeated .google.protobuf.DescriptorProto nested_type = 3;
823 const ::google::protobuf::DescriptorProto& nested_type(int index) const;
829 nested_type() const;
4386 // repeated .google.protobuf.DescriptorProto nested_type = 3;
4393 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
4394 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.nested_type)
4398 // @@protoc_insertion_point(field_mutable:google.protobuf.DescriptorProto.nested_type)
4402 // @@protoc_insertion_point(field_add:google.protobuf.DescriptorProto.nested_type)
4407 // @@protoc_insertion_point(field_mutable_list:google.protobuf.DescriptorProto.nested_type)
4411 DescriptorProto::nested_type() cons function in class:google::protobuf::DescriptorProto
[all...]
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h6777 inline upb::reffed_ptr<const upb::FieldDef> nested_type() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_DescriptorProto_nested_type) } function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::DescriptorProto

Completed in 981 milliseconds