Home
last modified time | relevance | path

Searched refs:cDescriptorPool (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java50 …RubyClass cDescriptorPool = protobuf.defineClassUnder("DescriptorPool", runtime.getObject(), new O… in createRubyDescriptorPool() local
57 cDescriptorPool.defineAnnotatedMethods(RubyDescriptorPool.class); in createRubyDescriptorPool()
58 …descriptorPool = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Blo… in createRubyDescriptorPool()
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h157 extern VALUE cDescriptorPool;
Ddefs.c129 cDescriptorPool = klass; in DescriptorPool_register()
130 rb_gc_register_address(&cDescriptorPool); in DescriptorPool_register()