Searched refs:rubyDescriptor (Results 1 – 3 of 3) sorted by relevance
138 RubyDescriptor rubyDescriptor = ((RubyDescriptor) in buildFileDescriptor() local144 … RubyFieldDescriptor rubyFieldDescriptor = rubyDescriptor.lookup(fieldDescriptor.getName()); in buildFileDescriptor()157 rubyDescriptor.setDescriptor(descriptor); in buildFileDescriptor()
237 protected void setSubType(IRubyObject rubyDescriptor) { in setSubType() argument238 this.subType = rubyDescriptor; in setSubType()
217 RubyDescriptor rubyDescriptor = (RubyDescriptor) getDescriptor(context, metaClass); in methodMissing() local218 IRubyObject oneofDescriptor = rubyDescriptor.lookupOneof(context, args[0]); in methodMissing()740 … RubyDescriptor rubyDescriptor = (RubyDescriptor) rubyFieldDescriptor.getSubType(context); in newMapForField() local742 rubyDescriptor.msgclass(context), Block.NULL_BLOCK); in newMapForField()