Lines Matching defs:pool
383 * DescriptorPool.new => pool
385 * Creates a new, empty, descriptor pool.
428 * added within the block are committed to the pool atomically, and may refer
473 * register types in this pool for convenience so that they do not have to hold
474 * a reference to a private pool instance.
508 * set before it is added to a pool. It cannot be used to create messages until
509 * it is added to a pool, after which it becomes immutable (as part of a
810 * EnumDescriptor.new(c_only_cookie, pool, ptr) => EnumDescriptor
1041 * name will be resolved within the context of the pool to which the containing
1064 * called *until* the containing message type is added to a pool (and thus
1175 * to being added to a message descriptor which is subsequently added to a pool.
1199 * OneofDescriptor.new(c_only_cookie, pool, ptr) => OneofDescriptor
1631 * pool will currently result in an error.
2147 DescriptorPool* pool = ruby_to_DescriptorPool(self->descriptor_pool);
2150 rewrite_enum_defaults(pool->symtab, self->file_proto);
2154 if (!upb_symtab_addfile(pool->symtab, self->file_proto, &status)) {
2201 * descriptors and atomically register them into a pool in a way that allows for
2204 VALUE Builder_initialize(VALUE _self, VALUE pool) {
2206 self->descriptor_pool = pool;
2263 * Exists for backwards compatibility to allow building descriptor pool for
2281 * Exists for backwards compatibility to allow building descriptor pool for