Searched refs:runTestImp (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 215 runTestImp(A, object); in runTest() 221 runTestImp(A, ptr, object); in runTest() 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
|