Searched refs:RubyModule (Results 1 – 16 of 16) sorted by relevance
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyEnumDescriptor.java | 39 import org.jruby.RubyModule; 52 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyEnumDescriptor() 167 private RubyModule buildModuleFromDescriptor(ThreadContext context) { in buildModuleFromDescriptor() 171 RubyModule enumModule = RubyModule.newModule(runtime); in buildModuleFromDescriptor() 182 private RubyModule klazz;
|
D | RubyProtobuf.java | 36 import org.jruby.RubyModule; 46 RubyModule mGoogle = runtime.getModule("Google"); in createProtobuf() 47 RubyModule mProtobuf = mGoogle.defineModuleUnder("Protobuf"); in createProtobuf()
|
D | RubyOneofBuilderContext.java | 37 import org.jruby.RubyModule; 48 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyOneofBuilderContext() 49 RubyModule internal = protobuf.defineModuleUnder("Internal"); in createRubyOneofBuilderContext()
|
D | RubyDescriptor.java | 52 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyDescriptor() 236 private RubyModule buildClassFromDescriptor(ThreadContext context) { in buildClassFromDescriptor() 251 RubyModule messageExts = runtime.getClassFromPath("Google::Protobuf::MessageExts"); in buildClassFromDescriptor() 263 private RubyModule klazz;
|
D | RubyEnumBuilderContext.java | 37 import org.jruby.RubyModule; 48 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyEnumBuilderContext()
|
D | RubyEnum.java | 36 import org.jruby.RubyModule; 84 return ((RubyModule) recv).getInstanceVariable(Utils.DESCRIPTOR_INSTANCE_VAR); in getDescriptor()
|
D | Utils.java | 68 IRubyObject value, RubyModule typeClass) { in checkType() 274 if (!(value instanceof RubyModule)) { in validateTypeClass() 277 RubyModule klass = (RubyModule) value; in validateTypeClass()
|
D | RubyOneofDescriptor.java | 7 import org.jruby.RubyModule; 22 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyOneofDescriptor()
|
D | RubyRepeatedField.java | 48 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyRepeatedField() 113 value = Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in indexSet() 169 value = Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in push() 393 Utils.checkType(context, fieldType, arr.eltInternal(i), (RubyModule) typeClass); in checkArrayElementType()
|
D | RubyMap.java | 58 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyMap() 151 key = Utils.checkType(context, keyType, key, (RubyModule) valueTypeClass); in indexSet() 152 value = Utils.checkType(context, valueType, value, (RubyModule) valueTypeClass); in indexSet()
|
D | RubyBuilder.java | 44 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyBuilder()
|
D | RubyDescriptorPool.java | 49 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyDescriptorPool()
|
D | RubyFieldDescriptor.java | 47 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyFileDescriptor()
|
D | RubyMessageBuilderContext.java | 48 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyMessageBuilderContext()
|
D | RubyMessage.java | 363 RubyModule jsonModule = runtime.getClassFromPath("JSON"); in decodeJson() 726 value = Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in setField()
|
/third_party/nghttp2/doc/_exts/sphinxcontrib/ |
D | rubydomain.py | 380 class RubyModule(Directive): class 577 'module': RubyModule,
|