Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/order/
Dorder_test.go30 func (d fieldDesc) ContainingOneof() protoreflect.OneofDescriptor { func
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs58 public OneofDescriptor ContainingOneof { get; } property in Google.Protobuf.Reflection.FieldDescriptor
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs58 public OneofDescriptor ContainingOneof { get; } property in Google.Protobuf.Reflection.FieldDescriptor
/external/golang-protobuf/internal/impl/
Dlegacy_extension.go171 func (x placeholderExtension) ContainingOneof() protoreflect.OneofDescriptor { return nil } func
/external/golang-protobuf/internal/filedesc/
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
/external/golang-protobuf/reflect/protoreflect/
Dtype.go374 ContainingOneof() OneofDescriptor methodSpec