webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
google::protobuf.internal::MethodResultCallback_5_2< R, T, P1, P2, P3, P4, P5, A1, A2 > Class Template Reference

#include <callback.h>

Inheritance diagram for google::protobuf.internal::MethodResultCallback_5_2< R, T, P1, P2, P3, P4, P5, A1, A2 >:
google::protobuf::ResultCallback2< R, A1, A2 >

Public Types

typedef R(T::* MethodType) (P1, P2, P3, P4, P5, A1, A2)
 

Public Member Functions

 MethodResultCallback_5_2 (T *object, MethodType method, bool self_deleting, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
 
 ~MethodResultCallback_5_2 ()
 
R Run (A1 a1, A2 a2)
 
- Public Member Functions inherited from google::protobuf::ResultCallback2< R, A1, A2 >
 ResultCallback2 ()
 
virtual ~ResultCallback2 ()
 

Member Typedef Documentation

◆ MethodType

template<typename R , typename T , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename A1 , typename A2 >
typedef R(T::* google::protobuf.internal::MethodResultCallback_5_2< R, T, P1, P2, P3, P4, P5, A1, A2 >::MethodType) (P1, P2, P3, P4, P5, A1, A2)

Constructor & Destructor Documentation

◆ MethodResultCallback_5_2()

template<typename R , typename T , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename A1 , typename A2 >
google::protobuf.internal::MethodResultCallback_5_2< R, T, P1, P2, P3, P4, P5, A1, A2 >::MethodResultCallback_5_2 ( T object,
MethodType  method,
bool  self_deleting,
P1  p1,
P2  p2,
P3  p3,
P4  p4,
P5  p5 
)
inline

◆ ~MethodResultCallback_5_2()

template<typename R , typename T , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename A1 , typename A2 >
google::protobuf.internal::MethodResultCallback_5_2< R, T, P1, P2, P3, P4, P5, A1, A2 >::~MethodResultCallback_5_2 ( )
inline

Member Function Documentation

◆ Run()

template<typename R , typename T , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename A1 , typename A2 >
R google::protobuf.internal::MethodResultCallback_5_2< R, T, P1, P2, P3, P4, P5, A1, A2 >::Run ( A1  a1,
A2  a2 
)
inlinevirtual

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