OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProtobuf
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyProtobuf.java
47
RubyModule
mProtobuf
= mGoogle.defineModuleUnder("Protobuf");
48
mProtobuf
.defineAnnotatedMethods(RubyProtobuf.class);
RubyEnumDescriptor.java
52
RubyModule
mProtobuf
= runtime.getClassFromPath("Google::Protobuf");
53
RubyClass cEnumDescriptor =
mProtobuf
.defineClassUnder("EnumDescriptor", runtime.getObject(), new ObjectAllocator() {
RubyFieldDescriptor.java
47
RubyModule
mProtobuf
= runtime.getClassFromPath("Google::Protobuf");
48
RubyClass cFieldDescriptor =
mProtobuf
.defineClassUnder("FieldDescriptor", runtime.getObject(), new ObjectAllocator() {
RubyRepeatedField.java
48
RubyModule
mProtobuf
= runtime.getClassFromPath("Google::Protobuf");
49
RubyClass cRepeatedField =
mProtobuf
.defineClassUnder("RepeatedField", runtime.getObject(),
Completed in 174 milliseconds