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

  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 622 // 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);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 394 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
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 177 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);
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...]
descriptor.pb.h 4393 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
4411 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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;
3386 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
3396 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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;
3386 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
3396 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/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;
3386 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
3396 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4393 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
4411 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/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;
3386 inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const { function in class:google::protobuf::DescriptorProto
3396 DescriptorProto::nested_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 6777 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
    [all...]

Completed in 369 milliseconds