OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cOneofDescriptor
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyMessageBuilderContext.java
66
this.
cOneofDescriptor
= (RubyClass) context.runtime.getClassFromPath("Google::Protobuf::OneofDescriptor");
194
cOneofDescriptor
.newInstance(context, Block.NULL_BLOCK);
214
private RubyClass
cOneofDescriptor
;
/external/protobuf/ruby/ext/google/protobuf_c/
defs.c
921
cOneofDescriptor
= klass;
922
rb_gc_register_address(&
cOneofDescriptor
);
[
all
...]
Completed in 3793 milliseconds