#include <callback.h>
Public Types | |
typedef void(Class::* | MethodType) () |
typedef void(Class::* | MethodType) () |
Public Member Functions | |
MethodClosure0 (Class *object, MethodType method, bool self_deleting) | |
MethodClosure0 (Class *object, MethodType method, bool self_deleting) | |
void | Run () override |
void | Run () override |
~MethodClosure0 () | |
~MethodClosure0 () | |
![]() | |
Closure () | |
Closure () | |
virtual | ~Closure () |
virtual | ~Closure () |
Private Attributes | |
MethodType | method_ |
Class * | object_ |
bool | self_deleting_ |
Definition at line 142 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
typedef void(Class::* google::protobuf.internal::MethodClosure0< Class >::MethodType) () |
Definition at line 144 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
typedef void(Class::* google::protobuf.internal::MethodClosure0< Class >::MethodType) () |
Definition at line 144 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 146 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 148 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 146 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 148 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inlineoverridevirtual |
Implements google::protobuf::Closure.
Definition at line 150 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inlineoverridevirtual |
Implements google::protobuf::Closure.
Definition at line 150 of file protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 158 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 157 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 159 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.