Home | History | Annotate | Download | only in compiler

Lines Matching refs:DescriptorPool

67 //   code locations for error reporting.  However, when a DescriptorPool wraps
69 // of the database is called at a time, even if the DescriptorPool is used
89 // Gets a DescriptorPool::ErrorCollector which records errors to the
92 // from the information given to it by the DescriptorPool.
93 DescriptorPool::ErrorCollector* GetValidationErrorCollector() {
112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
155 // the file is already in the DescriptorPool, the existing FileDescriptor
156 // will be returned. The FileDescriptor is property of the DescriptorPool,
166 // DescriptorPool so that they can be cross-linked).
169 // The DescriptorPool in which all imported FileDescriptors and their
171 inline const DescriptorPool* pool() const {
180 DescriptorPool pool_;