Home
last modified time | relevance | path

Searched defs:ContainingOneof (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/order/
H A Dorder_test.go30 func (d fieldDesc) ContainingOneof() protoreflect.OneofDescriptor { func
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs58 public OneofDescriptor ContainingOneof { get; } property in Google.Protobuf.Reflection.FieldDescriptor
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs58 public OneofDescriptor ContainingOneof { get; } property in Google.Protobuf.Reflection.FieldDescriptor
/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc.go210 ContainingOneof protoreflect.OneofDescriptor // must be consistent with Message.Oneofs.Fields member
310 func (fd *Field) ContainingOneof() protoreflect.OneofDescriptor { return fd.L1.ContainingOneof… func
406 func (xd *Extension) ContainingOneof() protoreflect.OneofDescriptor { return nil } func
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dlegacy_extension.go171 func (x placeholderExtension) ContainingOneof() protoreflect.OneofDescriptor { return nil } func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go374 ContainingOneof() OneofDescriptor methodSpec