/external/golang-protobuf/internal/filedesc/ |
D | desc_list_gen.go | 210 type Oneofs struct { struct 211 List []Oneof 212 once sync.Once 213 byName map[protoreflect.Name]*Oneof // protected by once 216 func (p *Oneofs) Len() int { 219 func (p *Oneofs) Get(i int) protoreflect.OneofDescriptor { 222 func (p *Oneofs) ByName(s protoreflect.Name) protoreflect.OneofDescriptor { 228 func (p *Oneofs) Format(s fmt.State, r rune) { 231 func (p *Oneofs) ProtoInternal(pragma.DoNotImplement) {} 232 func (p *Oneofs) lazyInit() *Oneofs {
|
D | placeholder.go | 97 func (m PlaceholderMessage) Oneofs() protoreflect.OneofDescriptors { return emptyOneofs } func
|
D | desc.go | 185 Oneofs Oneofs member 233 func (md *Message) Oneofs() protoreflect.OneofDescriptors { return &md.lazyInit().Oneofs } func
|
/external/golang-protobuf/internal/testprotos/textpb3/ |
D | test.pb.go | 683 type Oneofs struct { struct 684 state protoimpl.MessageState 685 sizeCache protoimpl.SizeCache 686 unknownFields protoimpl.UnknownFields 693 Union isOneofs_Union `protobuf_oneof:"union"` 696 func (x *Oneofs) Reset() { 705 func (x *Oneofs) String() string { 709 func (*Oneofs) ProtoMessage() {} 711 func (x *Oneofs) ProtoReflect() protoreflect.Message { 724 func (*Oneofs) Descriptor() ([]byte, []int) { [all …]
|
D | test.proto | 95 message Oneofs { message
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MessageDescriptor.cs | 264 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MessageDescriptor.cs | 264 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor
|
/external/golang-protobuf/reflect/protoreflect/ |
D | type.go | 203 Oneofs() OneofDescriptors methodSpec
|
/external/golang-protobuf/types/known/typepb/ |
D | type.pb.go | 279 Oneofs []string `protobuf:"bytes,3,rep,name=oneofs,proto3" json:"oneofs,omitempty"` member
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 185 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 185 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
|
/external/golang-protobuf/compiler/protogen/ |
D | protogen.go | 575 Oneofs []*Oneof // message oneof declarations member
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 3022 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 3024 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument
|