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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_header.c49 static gboolean write_method_signature(IDL_tree method_tree, FILE *outfile,
298 write_method_signature(data, state->file, AS_DECL, NULL);
369 write_method_signature(data, state->file, AS_DECL, NULL);
371 write_method_signature(data, state->file, AS_CALL, NULL);
437 write_method_signature(data, state->file, AS_DECL, NULL);
439 write_method_signature(data, state->file, AS_CALL, NULL);
552 write_method_signature(data, state->file, AS_IMPL, classNameImpl);
997 write_method_signature(IDL_tree method_tree, FILE *outfile, int mode, function
1113 if (!write_method_signature(state->tree, state->file, AS_DECL, NULL))

Completed in 45 milliseconds