Public Types | Public Member Functions | Private Attributes | List of all members
google::protobuf.internal::FunctionClosure2< Arg1, Arg2 > Class Template Reference

#include <callback.h>

Inheritance diagram for google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >:
Inheritance graph
[legend]

Public Types

typedef void(* FunctionType) (Arg1 arg1, Arg2 arg2)
 
typedef void(* FunctionType) (Arg1 arg1, Arg2 arg2)
 

Public Member Functions

 FunctionClosure2 (FunctionType function, bool self_deleting, Arg1 arg1, Arg2 arg2)
 
 FunctionClosure2 (FunctionType function, bool self_deleting, Arg1 arg1, Arg2 arg2)
 
void Run () override
 
void Run () override
 
 ~FunctionClosure2 ()
 
 ~FunctionClosure2 ()
 
- Public Member Functions inherited from google::protobuf::Closure
 Closure ()
 
 Closure ()
 
virtual ~Closure ()
 
virtual ~Closure ()
 

Private Attributes

Arg1 arg1_
 
Arg2 arg2_
 
FunctionType function_
 
bool self_deleting_
 

Detailed Description

template<typename Arg1, typename Arg2>
class google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >

Definition at line 210 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/callback.h.

Member Typedef Documentation

◆ FunctionType [1/2]

template<typename Arg1 , typename Arg2 >
typedef void(* google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::FunctionType) (Arg1 arg1, Arg2 arg2)

◆ FunctionType [2/2]

template<typename Arg1 , typename Arg2 >
typedef void(* google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::FunctionType) (Arg1 arg1, Arg2 arg2)

Constructor & Destructor Documentation

◆ FunctionClosure2() [1/2]

template<typename Arg1 , typename Arg2 >
google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::FunctionClosure2 ( FunctionType  function,
bool  self_deleting,
Arg1  arg1,
Arg2  arg2 
)
inline

◆ ~FunctionClosure2() [1/2]

template<typename Arg1 , typename Arg2 >
google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::~FunctionClosure2 ( )
inline

◆ FunctionClosure2() [2/2]

template<typename Arg1 , typename Arg2 >
google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::FunctionClosure2 ( FunctionType  function,
bool  self_deleting,
Arg1  arg1,
Arg2  arg2 
)
inline

◆ ~FunctionClosure2() [2/2]

template<typename Arg1 , typename Arg2 >
google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::~FunctionClosure2 ( )
inline

Member Function Documentation

◆ Run() [1/2]

template<typename Arg1 , typename Arg2 >
void google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::Run ( )
inlineoverridevirtual

◆ Run() [2/2]

template<typename Arg1 , typename Arg2 >
void google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::Run ( )
inlineoverridevirtual

Member Data Documentation

◆ arg1_

template<typename Arg1 , typename Arg2 >
Arg1 google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::arg1_
private

◆ arg2_

template<typename Arg1 , typename Arg2 >
Arg2 google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::arg2_
private

◆ function_

template<typename Arg1 , typename Arg2 >
FunctionType google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::function_
private

◆ self_deleting_

template<typename Arg1 , typename Arg2 >
bool google::protobuf.internal::FunctionClosure2< Arg1, Arg2 >::self_deleting_
private

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:25