Searched refs:MethodFunctor4 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dbind.h489 class MethodFunctor4 { class in namespace:rtc
491 MethodFunctor4(MethodT method, ObjectT* object, function in class:rtc::MethodFunctor4
543 MethodFunctor4<ObjectT, FP_T(NONAME), R, P1, P2, P3, P4>
549 return MethodFunctor4<ObjectT, FP_T(NONAME), R, P1, P2, P3, P4>(
561 MethodFunctor4<const ObjectT, FP_T(NONAME), R, P1, P2, P3, P4>
567 return MethodFunctor4<const ObjectT, FP_T(NONAME), R, P1, P2, P3, P4>(
579 MethodFunctor4<ObjectT, FP_T(NONAME), R, P1, P2, P3, P4>
585 return MethodFunctor4<ObjectT, FP_T(NONAME), R, P1, P2, P3, P4>(

Completed in 418 milliseconds