Searched refs:RubyDescriptorPool (Results 1 – 4 of 4) sorted by relevance
47 public class RubyDescriptorPool extends RubyObject { class53 return new RubyDescriptorPool(runtime, klazz); in createRubyDescriptorPool()57 cDescriptorPool.defineAnnotatedMethods(RubyDescriptorPool.class); in createRubyDescriptorPool()58 …descriptorPool = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Blo… in createRubyDescriptorPool()61 public RubyDescriptorPool(Ruby ruby, RubyClass klazz) { in RubyDescriptorPool() method in RubyDescriptorPool164 private static RubyDescriptorPool descriptorPool;
152 RubyDescriptorPool pool = (RubyDescriptorPool) rbPool; in finalizeToPool()
52 RubyDescriptorPool.createRubyDescriptorPool(ruby); in basicLoad()
648 ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptorPool.java \