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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_header.c719 * - param_type_spec [IDL_TYPE_* or NULL for void]
727 #define ATTR_TYPE_DECL(tree) (IDL_ATTR_DCL(tree).param_type_spec)
923 IDL_tree param_type_spec = IDL_PARAM_DCL(param_tree).param_type_spec; local
930 (IDL_NODE_TYPE(param_type_spec) == IDLN_TYPE_STRING ||
931 IDL_NODE_TYPE(param_type_spec) == IDLN_TYPE_WIDE_STRING ||
934 IDL_tree_property_get(param_type_spec, "nsid") ||
935 IDL_tree_property_get(param_type_spec, "domstring") ||
936 IDL_tree_property_get(param_type_spec, "utf8string") ||
937 IDL_tree_property_get(param_type_spec, "cstrin
[all...]

Completed in 175 milliseconds