Home | History | Annotate | Download | only in Reflection

Lines Matching refs:FileDescriptorProto

46         private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, FileDescriptor[] dependencies, DescriptorPool pool, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo)
90 private static IList<FileDescriptor> DeterminePublicDependencies(FileDescriptor @this, FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnknownDependencies)
126 internal FileDescriptorProto Proto { get; }
215 /// We have only limited proto2 support, so serializing FileDescriptorProto
226 private static FileDescriptor BuildFrom(ByteString descriptorData, FileDescriptorProto proto, FileDescriptor[] dependencies, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo)
231 // FileDescriptorProto's tree and put all of the descriptors into the
252 "those listed in the FileDescriptorProto.");
261 "those listed in the FileDescriptorProto. Expected: " +
296 FileDescriptorProto proto;
299 proto = FileDescriptorProto.Parser.ParseFrom(descriptorData);