Home
last modified time | relevance | path

Searched defs:typeClass (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessageBuilderContext.java85 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()
DUtils.java50 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()
DRubyOneofBuilderContext.java75 IRubyObject typeClass = args.length > 3 ? args[3] : context.runtime.getNil(); in optional() local
DRubyMessage.java521 …RubyClass typeClass = (RubyClass) ((RubyDescriptor) getDescriptorForField(context, fieldDescriptor… in convert() local
563 …RubyClass typeClass = (RubyClass) ((RubyDescriptor) getDescriptorForField(context, fieldDescriptor… in wrapField() local
579 IRubyObject typeClass = context.runtime.getNilClass(); in repeatedFieldForFieldDescriptor() local
681 IRubyObject typeClass = context.runtime.getObject(); in setField() local
DRubyRepeatedField.java64 …Ruby runtime, RubyClass klazz, Descriptors.FieldDescriptor.Type fieldType, IRubyObject typeClass) { in RubyRepeatedField()
408 private IRubyObject typeClass; field in RubyRepeatedField
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableEnum.java110 Class<?> typeClass = (Class<?>)managedType.getType(); in isTypeMappingSupported() local