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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_util.c249 IDL_tree attr_type; local
301 attr_type = IDL_ATTR_DCL(attr_tree).param_type_spec;
303 if (attr_type != NULL)
305 if (UP_IS_NATIVE(attr_type) &&
306 IDL_tree_property_get(attr_type, "nsid") == NULL &&
307 IDL_tree_property_get(attr_type, "domstring") == NULL &&
308 IDL_tree_property_get(attr_type, "utf8string") == NULL &&
309 IDL_tree_property_get(attr_type, "cstring") == NULL &&
310 IDL_tree_property_get(attr_type, "astring") == NULL)
325 IDL_tree_property_get(attr_type,"nsi
[all...]

Completed in 59 milliseconds