Lines Matching defs:DescriptorPool
83 private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, DescriptorPool pool, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo)
86 DescriptorPool = pool;
319 internal DescriptorPool DescriptorPool { get; }
340 T result = DescriptorPool.FindSymbol<T>(name);
369 // DescriptorPool's lookup tables. In the linking step, we look up all
370 // type references in the DescriptorPool, so that, for example, a
379 DescriptorPool pool = new DescriptorPool(dependencies);
489 // TODO: See if we can build a single DescriptorPool instead of building lots of them.
506 var pool = new DescriptorPool(dependencies);