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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_util.c434 IDL_tree referred_param = find_named_parameter(method_tree, local
437 if (referred_param == NULL) {
444 if (referred_param == param) {
451 referred_param_type = IDL_PARAM_DCL(referred_param).param_type_spec;

Completed in 36 milliseconds