Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java53 public static FieldDescriptor.Type rubyToFieldType(IRubyObject typeClass) { in rubyToFieldType()
75 RubyModule typeClass) { in checkType()
DRubyRepeatedField.java67 Ruby runtime, RubyClass klazz, FieldDescriptor.Type fieldType, IRubyObject typeClass) { in RubyRepeatedField()
453 private IRubyObject typeClass; field in RubyRepeatedField
DRubyMessage.java523 RubyClass typeClass = in methodMissing() local
1145 RubyClass typeClass = in wrapField() local
1164 IRubyObject typeClass = context.runtime.getNilClass(); in repeatedFieldForFieldDescriptor() local
1312 IRubyObject typeClass = context.runtime.getObject(); in setFieldInternal() local
1396 RubyModule typeClass = null; in rubyToRepeatedField() local
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1269 Op typeClass = instr->getOpCode(); in getMostBasicTypeClass() local
1322 Op typeClass = instr->getOpCode(); in getScalarTypeId() local
1348 Op typeClass = instr->getOpCode(); in getContainedTypeId() local
1401 Op typeClass = instr.getOpCode(); in containsType() local
1431 Op typeClass = instr.getOpCode(); in containsPhysicalStorageBufferOrArray() local
1451 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant()
1466 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant()
1745 Id Builder::findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps) in findCompositeConstant()
1801 Op typeClass = getTypeClass(typeId); in makeCompositeConstant() local
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_framework_sc.py365 def __init__ (self, typeClass, name, members, apiVersion = None): argument