#include <callback.h>
Public Types | |
typedef void(Class::* | MethodType) (Arg1 arg1) |
typedef void(Class::* | MethodType) (Arg1 arg1) |
Public Member Functions | |
MethodClosure1 (Class *object, MethodType method, bool self_deleting, Arg1 arg1) | |
MethodClosure1 (Class *object, MethodType method, bool self_deleting, Arg1 arg1) | |
void | Run () override |
void | Run () override |
~MethodClosure1 () | |
~MethodClosure1 () | |
![]() | |
Closure () | |
Closure () | |
virtual | ~Closure () |
virtual | ~Closure () |
Private Attributes | |
Arg1 | arg1_ |
MethodType | method_ |
Class * | object_ |
bool | self_deleting_ |
Definition at line 186 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
typedef void(Class::* google::protobuf.internal::MethodClosure1< Class, Arg1 >::MethodType) (Arg1 arg1) |
Definition at line 188 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
typedef void(Class::* google::protobuf.internal::MethodClosure1< Class, Arg1 >::MethodType) (Arg1 arg1) |
Definition at line 188 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 190 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 194 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 190 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 194 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inlineoverridevirtual |
Implements google::protobuf::Closure.
Definition at line 196 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inlineoverridevirtual |
Implements google::protobuf::Closure.
Definition at line 196 of file protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 206 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 204 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 203 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 205 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.