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

/external/chromium_org/third_party/webrtc/base/
H A Dbind.h266 class MethodFunctor3 { class in namespace:rtc
268 MethodFunctor3(MethodT method, ObjectT* object, function in class:rtc::MethodFunctor3
313 MethodFunctor3<ObjectT, FP_T(NONAME), R, P1, P2, P3>
318 return MethodFunctor3<ObjectT, FP_T(NONAME), R, P1, P2, P3>(
329 MethodFunctor3<const ObjectT, FP_T(NONAME), R, P1, P2, P3>
334 return MethodFunctor3<const ObjectT, FP_T(NONAME), R, P1, P2, P3>(

Completed in 119 milliseconds