Home
last modified time | relevance | path

Searched defs:Oneofs (Results 1 – 14 of 14) sorted by relevance

/external/golang-protobuf/internal/filedesc/
Ddesc_list_gen.go210 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 {
Dplaceholder.go97 func (m PlaceholderMessage) Oneofs() protoreflect.OneofDescriptors { return emptyOneofs } func
Ddesc.go185 Oneofs Oneofs member
233 func (md *Message) Oneofs() protoreflect.OneofDescriptors { return &md.lazyInit().Oneofs } func
/external/golang-protobuf/internal/testprotos/textpb3/
Dtest.pb.go683 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 …]
Dtest.proto95 message Oneofs { message
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs264 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs264 public IList<OneofDescriptor> Oneofs { get; } property in Google.Protobuf.Reflection.MessageDescriptor
/external/golang-protobuf/reflect/protoreflect/
Dtype.go203 Oneofs() OneofDescriptors methodSpec
/external/golang-protobuf/types/known/typepb/
Dtype.pb.go279 Oneofs []string `protobuf:"bytes,3,rep,name=oneofs,proto3" json:"oneofs,omitempty"` member
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs185 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs185 public pbc::RepeatedField<string> Oneofs { property in Google.Protobuf.WellKnownTypes.Type
/external/golang-protobuf/compiler/protogen/
Dprotogen.go575 Oneofs []*Oneof // message oneof declarations member
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3022 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3024 TEST_F(SourceInfoTest, Oneofs) { in TEST_F() argument