Searched defs:typeClass (Results 1 – 8 of 8) 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
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 649 Op typeClass = instr->getOpCode(); in getMostBasicTypeClass() local 701 Op typeClass = instr->getOpCode(); in getScalarTypeId() local 727 Op typeClass = instr->getOpCode(); in getContainedTypeId() local 759 Op typeClass = instr.getOpCode(); in containsType() local 789 Op typeClass = instr.getOpCode(); in containsPhysicalStorageBufferOrArray() local 803 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant() 818 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant() 1064 Id Builder::findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps) in findCompositeConstant() 1120 Op typeClass = getTypeClass(typeId); in makeCompositeConstant() local
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | ohos_gen_framework.py | 321 def __init__ (self, typeClass, name, members, apiVersion = None): argument
|
D | gen_framework.py | 320 def __init__ (self, typeClass, name, members, apiVersion = None): argument
|