Searched defs:RubyDescriptorPool (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyDescriptorPool.java47 public class RubyDescriptorPool extends RubyObject { class in inherits:RubyObject
53 return new RubyDescriptorPool(runtime, klazz);
57 cDescriptorPool.defineAnnotatedMethods(RubyDescriptorPool.class);
58 descriptorPool = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Block.NULL_BLOCK);
61 public RubyDescriptorPool(Ruby ruby, RubyClass klazz) { method in class:RubyDescriptorPool
164 private static RubyDescriptorPool descriptorPool;

Completed in 1322 milliseconds