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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_typelib.c598 /* XXX for size_is and length_is this must be a uint32 */
617 const char *size_is; local
620 /* only if size_is is found does any of this matter */
621 size_is = IDL_tree_property_get(sd, "size_is");
622 if (!size_is)
625 if (!find_arg_with_name(state, size_is, size_is_argnum)) {
627 "[size_is(%s)]\n", size_is);
666 /* size_is i
[all...]

Completed in 282 milliseconds