Home
last modified time | relevance | path

Searched defs:typeClass (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java64 public RubyRepeatedField(Ruby runtime, RubyClass klazz, Descriptors.FieldDescriptor.Type fieldType, IRubyObject typeClass) { in RubyRepeatedField() argument
408 private IRubyObject typeClass; global() field in RubyRepeatedField
[all...]
H A DUtils.java50 public static Descriptors.FieldDescriptor.Type rubyToFieldType(IRubyObject typeClass) { in rubyToFieldType() argument
67 checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, IRubyObject value, RubyModule typeClass) checkType() argument
236 msgdefCreateField(ThreadContext context, String label, IRubyObject name, IRubyObject type, IRubyObject number, IRubyObject typeClass, RubyClass cFieldDescriptor) msgdefCreateField() argument
[all...]
H A DRubyMessageBuilderContext.java205 msgdefAddField(ThreadContext context, String label, IRubyObject name, IRubyObject type, IRubyObject number, IRubyObject typeClass) msgdefAddField() argument
[all...]
/third_party/glslang/SPIRV/
H A 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(); containsPhysicalStorageBufferOrArray() local
1451 findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) findScalarConstant() argument
1466 findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) findScalarConstant() argument
1745 findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps) findCompositeConstant() argument
1801 Op typeClass = getTypeClass(typeId); makeCompositeConstant() local
[all...]

Completed in 6 milliseconds