OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cFieldDescriptor
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyOneofBuilderContext.java
66
this.
cFieldDescriptor
= (RubyClass) context.runtime.getClassFromPath("Google::Protobuf::FieldDescriptor");
77
name, type, number, typeClass,
cFieldDescriptor
);
83
private RubyClass
cFieldDescriptor
;
RubyFieldDescriptor.java
48
RubyClass
cFieldDescriptor
= mProtobuf.defineClassUnder("FieldDescriptor", runtime.getObject(), new ObjectAllocator() {
54
cFieldDescriptor
.defineAnnotatedMethods(RubyFieldDescriptor.class);
RubyMessageBuilderContext.java
64
this.
cFieldDescriptor
= (RubyClass) context.runtime.getClassFromPath("Google::Protobuf::FieldDescriptor");
167
RubyFieldDescriptor keyField = (RubyFieldDescriptor)
cFieldDescriptor
.newInstance(context, Block.NULL_BLOCK);
175
RubyFieldDescriptor valueField = (RubyFieldDescriptor)
cFieldDescriptor
.newInstance(context, Block.NULL_BLOCK);
208
Utils.msgdefCreateField(context, label, name, type, number, typeClass,
cFieldDescriptor
));
213
private RubyClass
cFieldDescriptor
;
Completed in 40 milliseconds