Searched defs:typeClass (Results 1 – 5 of 5) sorted by relevance
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | RubyMessageBuilderContext.java | 85 IRubyObject typeClass = runtime.getNil(); in optional() local 106 IRubyObject typeClass = context.runtime.getNil(); in required() local 123 IRubyObject typeClass = context.runtime.getNil(); in repeated() local 148 IRubyObject typeClass = args.length > 4 ? args[4] : context.runtime.getNil(); in map() local 206 IRubyObject type, IRubyObject number, IRubyObject typeClass) { in msgdefAddField()
|
| D | Utils.java | 50 public static Descriptors.FieldDescriptor.Type rubyToFieldType(IRubyObject typeClass) { in rubyToFieldType() 68 IRubyObject value, RubyModule typeClass) { in checkType() 237 … IRubyObject type, IRubyObject number, IRubyObject typeClass, RubyClass cFieldDescriptor) { in msgdefCreateField()
|
| D | RubyMessage.java | 549 …RubyClass typeClass = (RubyClass) ((RubyDescriptor) getDescriptorForField(context, fieldDescriptor… in convert() local 591 …RubyClass typeClass = (RubyClass) ((RubyDescriptor) getDescriptorForField(context, fieldDescriptor… in wrapField() local 607 IRubyObject typeClass = context.runtime.getNilClass(); in repeatedFieldForFieldDescriptor() local 709 IRubyObject typeClass = context.runtime.getObject(); in setField() local 758 RubyClass typeClass = null; in rubyToRepeatedField() local
|
| D | RubyOneofBuilderContext.java | 75 IRubyObject typeClass = args.length > 3 ? args[3] : context.runtime.getNil(); in optional() local
|
| D | RubyRepeatedField.java | 64 …Ruby runtime, RubyClass klazz, Descriptors.FieldDescriptor.Type fieldType, IRubyObject typeClass) { in RubyRepeatedField() 408 private IRubyObject typeClass; field in RubyRepeatedField
|