/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | OneofDescriptor.cs | 45 public sealed class OneofDescriptor : DescriptorBase class 52 …internal OneofDescriptor(OneofDescriptorProto proto, FileDescriptor file, MessageDescriptor parent… in OneofDescriptor() method in Google.Protobuf.Reflection.OneofDescriptor
|
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_containers.h | 45 class OneofDescriptor; variable
|
/external/golang-protobuf/internal/impl/ |
D | message_reflect_gen.go | 112 func (m *messageState) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { 232 func (m *messageReflectWrapper) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescr…
|
D | message_reflect_field.go | 471 func makeOneofInfo(od pref.OneofDescriptor, si structInfo, x exporter) *oneofInfo {
|
D | codec_field.go | 33 func (mi *MessageInfo) initOneofFieldCoders(od pref.OneofDescriptor, si structInfo) {
|
/external/protobuf/php/src/Google/Protobuf/ |
D | OneofDescriptor.php | 37 class OneofDescriptor class
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 208 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.h | 52 class OneofDescriptor; variable
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_context.h | 45 class OneofDescriptor; variable
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | OneofDescriptor.php | 35 class OneofDescriptor class
|
/external/golang-protobuf/reflect/protodesc/ |
D | proto.go | 173 func ToOneofDescriptorProto(oneof protoreflect.OneofDescriptor) *descriptorpb.OneofDescriptorProto {
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 58 typedef struct OneofDescriptor OneofDescriptor; typedef 133 struct OneofDescriptor { struct 134 const upb_oneofdef* oneofdef;
|
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 318 public void OneofDescriptor() in OneofDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
|
/external/golang-protobuf/internal/order/ |
D | order_test.go | 45 pref.OneofDescriptor anonMember
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 83 class OneofDescriptor; variable 498 friend class OneofDescriptor; variable 837 friend class OneofDescriptor; variable 909 OneofDescriptor() {} in OneofDescriptor() function 1504 friend class OneofDescriptor; variable
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.h | 52 class OneofDescriptor; variable
|
/external/golang-protobuf/internal/testprotos/irregular/ |
D | irregular.go | 85 func (m *message) WhichOneof(pref.OneofDescriptor) pref.FieldDescriptor {
|
/external/golang-protobuf/reflect/protoreflect/ |
D | value.go | 125 WhichOneof(OneofDescriptor) FieldDescriptor argument
|
D | type.go | 417 type OneofDescriptor interface { interface 430 type isOneofDescriptor interface{ ProtoType(OneofDescriptor) } argument
|
/external/golang-protobuf/testing/protocmp/ |
D | reflect.go | 124 func (m reflectMessage) WhichOneof(od protoreflect.OneofDescriptor) protoreflect.FieldDescriptor {
|
/external/golang-protobuf/testing/prototest/ |
D | message.go | 569 func testOneof(t testing.TB, m pref.Message, od pref.OneofDescriptor) {
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 2597 public static final class OneofDescriptor extends GenericDescriptor { class in Descriptors 2648 private OneofDescriptor( in OneofDescriptor() method in Descriptors.OneofDescriptor
|
/external/golang-protobuf/compiler/protogen/ |
D | protogen.go | 799 func newOneof(gen *Plugin, f *File, message *Message, desc protoreflect.OneofDescriptor) *Oneof {
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 713 class OneofDescriptor(DescriptorBase): class
|