Searched defs:NewPermanentCallback (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dcallback.h56 // NewPermanentCallback() instead. You are then responsible for deleting the
390 inline Closure* NewPermanentCallback(void (*function)()) { function in namespace:google::protobuf::internal
402 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)()) { function in namespace:google::protobuf::internal
415 inline Closure* NewPermanentCallback(void (*function)(Arg1), function in namespace:google::protobuf::internal
429 inline Closure* NewPermanentCallback(Class* object, void (Class::*method)(Arg1), function in namespace:google::protobuf::internal
444 inline Closure* NewPermanentCallback(void (*function)(Arg1, Arg2), function in namespace:google::protobuf::internal
460 inline Closure* NewPermanentCallback( function in namespace:google::protobuf::internal
475 inline ResultCallback<R>* NewPermanentCallback(R (*function)()) { function in namespace:google::protobuf::internal
488 inline ResultCallback<R>* NewPermanentCallback( function in namespace:google::protobuf::internal
502 inline ResultCallback1<R, A1>* NewPermanentCallback( function in namespace:google::protobuf::internal
515 inline ResultCallback1<R, A1>* NewPermanentCallback( function in namespace:google::protobuf::internal
524 inline ResultCallback2<R, A1, A2>* NewPermanentCallback( function in namespace:google::protobuf::internal
[all...]

Completed in 92 milliseconds