HomeSort by relevance Sort by last modified time
    Searched refs:RubyDescriptorPool (Results 1 - 5 of 5) sorted by null

  /external/protobuf/ruby/src/main/java/google/
ProtobufJavaService.java 52 RubyDescriptorPool.createRubyDescriptorPool(ruby);
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyDescriptorPool.java 47 public class RubyDescriptorPool extends 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) {
164 private static RubyDescriptorPool descriptorPool;
RubyBuilder.java 152 RubyDescriptorPool pool = (RubyDescriptorPool) rbPool;
  /external/protobuf/
Makefile.am     [all...]
  /external/protobuf/util/
Makefile.am     [all...]

Completed in 133 milliseconds