Searched refs:runTestImp (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | invoke_helpers.h | 258 runTestImp(A, object); in runTest() 264 runTestImp(A, ptr, object); in runTest() 277 void runTestImp(Int<0>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 299 void runTestImp(Int<1>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 321 void runTestImp(Int<2>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 343 void runTestImp(Int<3>, MethodPtr ptr, ObjectT& object) { in runTestImp() function 368 void runTestImp(Int<0>, ObjectT& object) { in runTestImp() function 390 void runTestImp(Int<1>, ObjectT& object) { in runTestImp() function 412 void runTestImp(Int<2>, ObjectT& object) { in runTestImp() function 434 void runTestImp(Int<3>, ObjectT& object) { in runTestImp() function
|