Home | History | Annotate | Download | only in stubs

Lines Matching defs:FunctionType

821   typedef void (*FunctionType)();
823 FunctionClosure0(FunctionType function, bool self_deleting)
833 FunctionType function_;
860 typedef void (*FunctionType)(Arg1 arg1);
862 FunctionClosure1(FunctionType function, bool self_deleting,
874 FunctionType function_;
905 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2);
907 FunctionClosure2(FunctionType function, bool self_deleting,
919 FunctionType function_;