Home
last modified time | relevance | path

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

/external/protobuf/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()
234 … 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
677 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
/external/javassist/src/main/javassist/tools/web/
DWebserver.java44 private final static int typeClass = 2; field in Webserver
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py155 def __init__ (self, typeClass, name, members): argument