|
void PROTOBUF_EXPORT | google::protobuf::DoNothing () |
|
template<typename Class > |
Closure * | google::protobuf::NewCallback (Class *object, void(Class::*method)()) |
|
template<typename Class , typename Arg1 > |
Closure * | google::protobuf::NewCallback (Class *object, void(Class::*method)(Arg1), Arg1 arg1) |
|
template<typename Class , typename Arg1 , typename Arg2 > |
Closure * | google::protobuf::NewCallback (Class *object, void(Class::*method)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) |
|
template<typename R > |
ResultCallback< R > * | google::protobuf::NewCallback (R(*function)()) |
|
template<typename R , typename A1 > |
ResultCallback1< R, A1 > * | google::protobuf::NewCallback (R(*function)(A1)) |
|
template<typename R , typename P1 > |
ResultCallback< R > * | google::protobuf::NewCallback (R(*function)(P1), P1 p1) |
|
template<typename R , typename P1 , typename A1 > |
ResultCallback1< R, A1 > * | google::protobuf::NewCallback (R(*function)(P1, A1), P1 p1) |
|
Closure * | google::protobuf::NewCallback (void(*function)()) |
|
template<typename Arg1 > |
Closure * | google::protobuf::NewCallback (void(*function)(Arg1), Arg1 arg1) |
|
template<typename Arg1 , typename Arg2 > |
Closure * | google::protobuf::NewCallback (void(*function)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) |
|
template<typename Class > |
Closure * | google::protobuf::NewPermanentCallback (Class *object, void(Class::*method)()) |
|
template<typename Class , typename Arg1 > |
Closure * | google::protobuf::NewPermanentCallback (Class *object, void(Class::*method)(Arg1), Arg1 arg1) |
|
template<typename Class , typename Arg1 , typename Arg2 > |
Closure * | google::protobuf::NewPermanentCallback (Class *object, void(Class::*method)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) |
|
template<typename R > |
ResultCallback< R > * | google::protobuf::NewPermanentCallback (R(*function)()) |
|
template<typename R , typename A1 > |
ResultCallback1< R, A1 > * | google::protobuf::NewPermanentCallback (R(*function)(A1)) |
|
template<typename R , typename P1 > |
ResultCallback< R > * | google::protobuf::NewPermanentCallback (R(*function)(P1), P1 p1) |
|
template<typename R , typename P1 , typename A1 > |
ResultCallback1< R, A1 > * | google::protobuf::NewPermanentCallback (R(*function)(P1, A1), P1 p1) |
|
template<typename R , typename T , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename A1 , typename A2 > |
ResultCallback2< R, A1, A2 > * | google::protobuf::NewPermanentCallback (T *object, R(T::*function)(P1, P2, P3, P4, P5, P6, A1, A2), typename internal::InternalConstRef< P1 >::type p1, typename internal::InternalConstRef< P2 >::type p2, typename internal::InternalConstRef< P3 >::type p3, typename internal::InternalConstRef< P4 >::type p4, typename internal::InternalConstRef< P5 >::type p5, typename internal::InternalConstRef< P6 >::type p6) |
|
template<typename R , typename T1 , typename T2 > |
ResultCallback< R > * | google::protobuf::NewPermanentCallback (T1 *object, R(T2::*function)()) |
|
Closure * | google::protobuf::NewPermanentCallback (void(*function)()) |
|
template<typename Arg1 > |
Closure * | google::protobuf::NewPermanentCallback (void(*function)(Arg1), Arg1 arg1) |
|
template<typename Arg1 , typename Arg2 > |
Closure * | google::protobuf::NewPermanentCallback (void(*function)(Arg1, Arg2), Arg1 arg1, Arg2 arg2) |
|