Searched refs:array_type (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/tools/widl/ |
H A D | typegen.c | 4325 const char *array_type = NULL; in write_remoting_arg() local 4338 array_type = "FixedArray"; in write_remoting_arg() 4342 array_type = "VaryingArray"; in write_remoting_arg() 4345 array_type = "ConformantArray"; in write_remoting_arg() 4348 array_type = "ConformantVaryingArray"; in write_remoting_arg() 4351 array_type = "ComplexArray"; in write_remoting_arg() 4355 if (pointer_type != FC_RP) array_type = "Pointer"; in write_remoting_arg() 4371 … print_phase_function(file, indent, array_type, local_var_prefix, phase, var, start_offset); in write_remoting_arg() 4378 print_phase_function(file, indent, array_type, local_var_prefix, phase, var, start_offset); in write_remoting_arg()
|