webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <callback.h>
Public Types | |
typedef void(* | FunctionType) (Arg1 arg1, Arg2 arg2) |
Public Member Functions | |
FunctionClosure2 (FunctionType function, bool self_deleting, Arg1 arg1, Arg2 arg2) | |
~FunctionClosure2 () | |
void | Run () |
Public Member Functions inherited from google::protobuf::Closure | |
Closure () | |
virtual | ~Closure () |
typedef void(* google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::FunctionType) (Arg1 arg1, Arg2 arg2) |
|
inline |
|
inline |
|
inlinevirtual |
Implements google::protobuf::Closure.