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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_dump.c589 char *param_type; local
592 if (!XPT_GetStringForType(header, &md->result->type, id, &param_type)) {
601 param_type, md->name);
640 if (!XPT_GetStringForType(header, &pd->type, id, &param_type)) {
643 fprintf(stdout, "%s", param_type);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_util.c412 IDL_tree param_type = IDL_PARAM_DCL(param).param_type_spec; local
555 IDL_tree param_type = local
567 UP_IS_NATIVE(param_type) &&
568 IDL_tree_property_get(param_type, "nsid") == NULL &&
570 IDL_tree_property_get(param_type, "domstring") == NULL &&
571 IDL_tree_property_get(param_type, "utf8string") == NULL &&
572 IDL_tree_property_get(param_type, "cstring") == NULL &&
573 IDL_tree_property_get(param_type, "astring") == NULL)
589 IDL_tree_property_get(param_type, "nsid") != NULL &&
590 IDL_tree_property_get(param_type, "pt
[all...]

Completed in 487 milliseconds