Searched defs:runTestImp (Results 1 – 1 of 1) sorted by relevance
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.require/ |
H A D | invoke_helpers.h | 234 void runTestImp(Int<0>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 244 void runTestImp(Int<1>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 254 void runTestImp(Int<2>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 264 void runTestImp(Int<3>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 277 void runTestImp(Int<0>, ObjectT& object) { in runTestImp() function 287 void runTestImp(Int<1>, ObjectT& object) { in runTestImp() function 297 void runTestImp(Int<2>, ObjectT& object) { in runTestImp() function 307 void runTestImp(Int<3>, ObjectT& object) { in runTestImp() function
|