Searched refs:type_out (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 336 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)
|
/third_party/libinput/src/ |
D | util-prop-parsers.c | 287 parse_evcode_string(const char *s, int *type_out, int *code_out) in parse_evcode_string() argument 327 *type_out = type; in parse_evcode_string()
|
/third_party/boost/boost/convert/ |
D | base.hpp | 49 template<typename type_in, typename type_out> 51 operator()(type_in const& in, boost::optional<type_out>& out) const in operator ()()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 640 char type_in, type_out; in copy_metadata() local 645 parse_meta_type(outspec, &type_out, &idx_out, &ostream_spec); in copy_metadata() 648 if (type_out == 'g' || !*outspec) in copy_metadata() 650 if (type_out == 's' || !*outspec) in copy_metadata() 652 if (type_out == 'c' || !*outspec) in copy_metadata() 657 if (type_in == 'g' || type_out == 'g') in copy_metadata() 659 if (type_in == 's' || type_out == 's') in copy_metadata() 661 if (type_in == 'c' || type_out == 'c') in copy_metadata() 694 SET_DICT(type_out, meta_out, oc, idx_out); in copy_metadata() 711 if (type_out == 's') { in copy_metadata()
|