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

/external/webrtc/webrtc/base/
H A Dbind.h201 class MethodFunctor1 { class in namespace:rtc
203 MethodFunctor1(MethodT method, ObjectT* object, function in class:rtc::MethodFunctor1
234 MethodFunctor1<ObjectT, FP_T(NONAME), R, P1>
237 return MethodFunctor1<ObjectT, FP_T(NONAME), R, P1>(
246 MethodFunctor1<const ObjectT, FP_T(NONAME), R, P1>
249 return MethodFunctor1<const ObjectT, FP_T(NONAME), R, P1>(
258 MethodFunctor1<ObjectT, FP_T(NONAME), R, P1>
261 return MethodFunctor1<ObjectT, FP_T(NONAME), R, P1>(

Completed in 68 milliseconds