Home
last modified time | relevance | path

Searched refs:type_out (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/back/
DDDMImpl.c87 jint type_out; in chunk() local
118 &type_out, in chunk()
132 outStream_writeInt(out, type_out); in chunk()
Dutil.h89 jint* type_out,
/external/angle/src/common/spirv/
Dgen_spirv_builder_and_parser.py336 type_out = cpp_type + 'List *'
339 type_out = cpp_type + ' *'
342 type_out = cpp_type + ' *'
344 return (type_in, type_out, is_array, is_optional)
450 type_in, type_out, is_array, is_optional = self.get_operand_type_in_and_out(operand)
454 cpp_operands_out.append(', ' + type_out + ' ' + operand_name)