Home
last modified time | relevance | path

Searched refs:count_methods (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/tools/widl/
H A Dheader.h41 extern int count_methods(const type_t *iface);
H A Dproxy.c465 int count_methods(const type_t *iface) in count_methods() function
471 count = count_methods(type_iface_get_inherit(iface)); in count_methods()
655 count = count_methods(iface); in write_proxy()
H A Dregister.c97 put_str( indent, "NumMethods = s %u\n", count_methods( iface )); in write_interface()
H A Dtypegen.c1503 int count = parent ? count_methods( parent ) : 0; in write_iface_procformatstring()