Lines Matching refs:method_ptr
63 MethodPtr method_ptr, in InvokeMethod() argument
65 return (obj_ptr->*method_ptr)(); in InvokeMethod()
80 MethodPtr method_ptr, in InvokeMethod() argument
83 return (obj_ptr->*method_ptr)(get<0>(args)); in InvokeMethod()
98 MethodPtr method_ptr, in InvokeMethod() argument
101 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args)); in InvokeMethod()
117 MethodPtr method_ptr, in InvokeMethod() argument
120 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args)); in InvokeMethod()
136 MethodPtr method_ptr, in InvokeMethod() argument
139 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args), in InvokeMethod()
158 MethodPtr method_ptr, in InvokeMethod() argument
161 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args), in InvokeMethod()
180 MethodPtr method_ptr, in InvokeMethod() argument
183 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args), in InvokeMethod()
202 MethodPtr method_ptr, in InvokeMethod() argument
206 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args), in InvokeMethod()
225 MethodPtr method_ptr, in InvokeMethod() argument
229 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args), in InvokeMethod()
248 MethodPtr method_ptr, in InvokeMethod() argument
252 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args), in InvokeMethod()
275 MethodPtr method_ptr, in InvokeMethod() argument
279 return (obj_ptr->*method_ptr)(get<0>(args), get<1>(args), get<2>(args), in InvokeMethod()