Searched refs:mProtobuf (Results 1 – 4 of 4) sorted by relevance
47 RubyModule mProtobuf = mGoogle.defineModuleUnder("Protobuf"); in createProtobuf() local48 mProtobuf.defineAnnotatedMethods(RubyProtobuf.class); in createProtobuf()
52 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyEnumDescriptor() local53 …RubyClass cEnumDescriptor = mProtobuf.defineClassUnder("EnumDescriptor", runtime.getObject(), new … in createRubyEnumDescriptor()
47 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyFileDescriptor() local48 …RubyClass cFieldDescriptor = mProtobuf.defineClassUnder("FieldDescriptor", runtime.getObject(), ne… in createRubyFileDescriptor()
48 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyRepeatedField() local49 RubyClass cRepeatedField = mProtobuf.defineClassUnder("RepeatedField", runtime.getObject(), in createRubyRepeatedField()