#include <callback.h>
Public Types | |
typedef R(* | FunctionType) (P1) |
typedef R(* | FunctionType) (P1) |
Public Member Functions | |
FunctionResultCallback_1_0 (FunctionType function, bool self_deleting, P1 p1) | |
FunctionResultCallback_1_0 (FunctionType function, bool self_deleting, P1 p1) | |
R | Run () override |
R | Run () override |
~FunctionResultCallback_1_0 () | |
~FunctionResultCallback_1_0 () | |
![]() | |
ResultCallback () | |
ResultCallback () | |
virtual | ~ResultCallback () |
virtual | ~ResultCallback () |
Private Attributes | |
FunctionType | function_ |
P1 | p1_ |
bool | self_deleting_ |
Definition at line 280 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
typedef R(* google::protobuf.internal::FunctionResultCallback_1_0< R, P1 >::FunctionType) (P1) |
Definition at line 282 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
typedef R(* google::protobuf.internal::FunctionResultCallback_1_0< R, P1 >::FunctionType) (P1) |
Definition at line 282 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 284 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 287 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 284 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inline |
Definition at line 287 of file protobuf/src/google/protobuf/stubs/callback.h.
|
inlineoverridevirtual |
Implements google::protobuf::ResultCallback< R >.
Definition at line 289 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
inlineoverridevirtual |
Implements google::protobuf::ResultCallback< R >.
Definition at line 289 of file protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 297 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 299 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.
|
private |
Definition at line 298 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.