Home
last modified time | relevance | path

Searched refs:DescriptorProtoFileDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs253 public void DescriptorProtoFileDescriptor() in DescriptorProtoFileDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
255 … var descriptor = Google.Protobuf.Reflection.FileDescriptor.DescriptorProtoFileDescriptor; in DescriptorProtoFileDescriptor()
/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs363 public void DescriptorProtoFileDescriptor() in DescriptorProtoFileDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
365 … var descriptor = Google.Protobuf.Reflection.FileDescriptor.DescriptorProtoFileDescriptor; in DescriptorProtoFileDescriptor()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs502 …public static FileDescriptor DescriptorProtoFileDescriptor { get { return DescriptorReflection.Des… property in Google.Protobuf.Reflection.FileDescriptor