Home | History | Annotate | Download | only in stubs

Lines Matching defs:FunctionType

865   typedef void (*FunctionType)();
867 FunctionClosure0(FunctionType function, bool self_deleting)
878 FunctionType function_;
906 typedef void (*FunctionType)(Arg1 arg1);
908 FunctionClosure1(FunctionType function, bool self_deleting,
921 FunctionType function_;
953 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2);
955 FunctionClosure2(FunctionType function, bool self_deleting,
968 FunctionType function_;