/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyOneofDescriptor.java | 39 builder = DescriptorProtos.OneofDescriptorProto.newBuilder(); in initialize() 105 public DescriptorProtos.OneofDescriptorProto build(int index) { in build() 122 private DescriptorProtos.OneofDescriptorProto.Builder builder;
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | OneofDescriptor.cs | 47 private readonly OneofDescriptorProto proto; 52 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor()
|
D | Descriptor.cs | 170 …f(global::Google.Protobuf.Reflection.OneofDescriptorProto), global::Google.Protobuf.Reflection.One… in DescriptorReflection() 921 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.OneofDescriptorProto> _r… 922 … = pb::FieldCodec.ForMessage(66, global::Google.Protobuf.Reflection.OneofDescriptorProto.Parser); 923 …Protobuf.Reflection.OneofDescriptorProto> oneofDecl_ = new pbc::RepeatedField<global::Google.Proto… 925 public pbc::RepeatedField<global::Google.Protobuf.Reflection.OneofDescriptorProto> OneofDecl { 2369 internal sealed partial class OneofDescriptorProto : pb::IMessage<OneofDescriptorProto> { class 2370 …only pb::MessageParser<OneofDescriptorProto> _parser = new pb::MessageParser<OneofDescriptorProto>… 2373 public static pb::MessageParser<OneofDescriptorProto> Parser { get { return _parser; } } 2386 public OneofDescriptorProto() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto 2393 public OneofDescriptorProto(OneofDescriptorProto other) : this() { in OneofDescriptorProto() method in Google.Protobuf.Reflection.OneofDescriptorProto [all …]
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 535 …OneofDecl []*OneofDescriptorProto `protobuf:"bytes,8,rep,name=oneof_decl,json=oneof… 613 func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { 928 type OneofDescriptorProto struct { struct 936 func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} } argument 937 func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) } argument 938 func (*OneofDescriptorProto) ProtoMessage() {} argument 939 func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { argument 943 func (m *OneofDescriptorProto) XXX_Unmarshal(b []byte) error { argument 946 func (m *OneofDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 949 func (m *OneofDescriptorProto) XXX_Merge(src proto.Message) { argument [all …]
|
D | descriptor.proto | 111 repeated OneofDescriptorProto oneof_decl = 8; 218 message OneofDescriptorProto { message
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | OneofDescriptorProto.php | 18 class OneofDescriptorProto extends \Google\Protobuf\Internal\Message class
|
D | DescriptorProto.php | 283 …\Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\OneofDescriptorProto::class);
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 116 class OneofDescriptorProto; variable 161 …_EXPORT PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 1415 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* mutable_oneof_decl(int index); 1416 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto >* 1418 const PROTOBUF_NAMESPACE_ID::OneofDescriptorProto& oneof_decl(int index) const; 1419 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* add_oneof_decl(); 1420 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto >& 1498 …::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > oneof_dec… 2087 class PROTOBUF_EXPORT OneofDescriptorProto : 2090 OneofDescriptorProto(); [all …]
|
D | descriptor.pb.cc | 74 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<OneofDescriptorProto> _instance; 452 new (ptr) PROTOBUF_NAMESPACE_ID::OneofDescriptorProto(); in InitDefaultsscc_info_OneofDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto() 455 PROTOBUF_NAMESPACE_ID::OneofDescriptorProto::InitAsDefaultInstance(); in InitDefaultsscc_info_OneofDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto() 684 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto, _has_bits_), 685 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto, _internal_metadata_), 689 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto, name_), 690 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto, options_), 963 { 113, 120, sizeof(PROTOBUF_NAMESPACE_ID::OneofDescriptorProto)}, 5451 void OneofDescriptorProto::InitAsDefaultInstance() { in InitAsDefaultInstance() 5455 class OneofDescriptorProto::_Internal { [all …]
|
D | descriptor.h | 96 class OneofDescriptorProto; variable 845 typedef OneofDescriptorProto Proto; 867 void CopyTo(OneofDescriptorProto* proto) const;
|
D | descriptor.proto | 111 repeated OneofDescriptorProto oneof_decl = 8; 218 message OneofDescriptorProto { message
|
/external/perfetto/protos/perfetto/common/ |
D | descriptor.proto | 66 repeated OneofDescriptorProto oneof_decl = 8; 166 message OneofDescriptorProto { message
|
/external/rust/crates/protobuf-codegen/src/ |
D | scope.rs | 15 use protobuf::descriptor::OneofDescriptorProto; 524 pub oneof: &'a OneofDescriptorProto,
|
/external/rust/crates/protobuf/src/ |
D | descriptorx.rs | 10 use crate::descriptor::OneofDescriptorProto; 572 pub oneof: &'a OneofDescriptorProto,
|
D | descriptor.rs | 910 pub oneof_decl: crate::RepeatedField<OneofDescriptorProto>, 1096 pub fn get_oneof_decl(&self) -> &[OneofDescriptorProto] { in get_oneof_decl() argument 1104 pub fn set_oneof_decl(&mut self, v: crate::RepeatedField<OneofDescriptorProto>) { in set_oneof_decl() argument 1109 pub fn mut_oneof_decl(&mut self) -> &mut crate::RepeatedField<OneofDescriptorProto> { in mut_oneof_decl() argument 1114 pub fn take_oneof_decl(&mut self) -> crate::RepeatedField<OneofDescriptorProto> { in take_oneof_decl() argument 1451 …cessor::make_repeated_field_accessor::<_, crate::types::ProtobufTypeMessage<OneofDescriptorProto>>( in descriptor_static() 2916 pub struct OneofDescriptorProto { struct 2927 impl<'a> ::std::default::Default for &'a OneofDescriptorProto { argument 2928 fn default() -> &'a OneofDescriptorProto { in default() 2929 <OneofDescriptorProto as crate::Message>::default_instance() in default() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 47 import com.google.protobuf.DescriptorProtos.OneofDescriptorProto; 2640 public OneofDescriptorProto toProto() { in toProto() 2644 private void setProto(final OneofDescriptorProto proto) { in setProto() 2649 final OneofDescriptorProto proto, in OneofDescriptor() 2664 private OneofDescriptorProto proto;
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 411 bool ParseOneof(OneofDescriptorProto* oneof_decl,
|
D | parser.cc | 1869 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof() 1878 OneofDescriptorProto::kNameFieldNumber); in ParseOneof() 1892 oneof_location, OneofDescriptorProto::kOptionsFieldNumber); in ParseOneof()
|
D | parser_unittest.cc | 2970 const OneofDescriptorProto& oneof_decl = file_.message_type(0).oneof_decl(0); in TEST_F() 3559 const OneofDescriptorProto& bar = foo.oneof_decl(0); in TEST_F()
|
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/ |
D | Descriptor.php | 104 …gle.protobuf.internal.OneofDescriptorProto', \Google\Protobuf\Internal\OneofDescriptorProto::class)
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 104 repeated OneofDescriptorProto oneof_decl = 8; 184 message OneofDescriptorProto { message
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 107 repeated OneofDescriptorProto oneof_decl = 8; 206 message OneofDescriptorProto { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 110 repeated OneofDescriptorProto oneof_decl = 8; 217 message OneofDescriptorProto { message
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 107 repeated OneofDescriptorProto oneof_decl = 8; 238 message OneofDescriptorProto { message
|
D | descriptor_sv.proto | 108 repeated OneofDescriptorProto oneof_decl = 8; 238 message OneofDescriptorProto { message
|