Searched defs:length_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 */
618 const char *length_is; local
632 /* length_is is optional */
633 length_is = IDL_tree_property_get(sd, "length_is");
634 if (length_is) {
636 if (!find_arg_with_name(state, length_is, length_is_argnum)) {
638 "[length_is(%s)]\n", length_is);

Completed in 37 milliseconds