Searched defs:TestCaseImp (Results 1 – 2 of 2) sorted by relevance
| /external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
| D | bullet_1_2_3.pass.cpp | 140 struct TestCaseImp { struct 143 static void run() { TestCaseImp().doTest(); } in run() argument 148 void doTest() { in doTest() 177 void runTestDispatchIf(Bool<true>, QT q, Tp& v) { in runTestDispatchIf() 182 void runTestDispatchIf(Bool<false>, QT, Tp&) { in runTestDispatchIf() 186 void runTestDispatch(Q_None, Tp& v) { in runTestDispatch() 191 void runTestDispatch(Q_Const, Tp& v) { in runTestDispatch() 197 void runTestDispatch(Q_Volatile, Tp& v) { in runTestDispatch() 204 void runTestDispatch(Q_CV, Tp& v) { in runTestDispatch() 212 void runTest(const std::reference_wrapper<T>& obj) { in runTest() [all …]
|
| /external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/ |
| D | bullet_1_2_3.pass.cpp | 139 struct TestCaseImp { struct 142 static void run() { TestCaseImp().doTest(); } in run() argument 147 void doTest() { in doTest() 176 void runTestDispatchIf(Bool<true>, QT q, Tp& v) { in runTestDispatchIf() 181 void runTestDispatchIf(Bool<false>, QT, Tp&) { in runTestDispatchIf() 185 void runTestDispatch(Q_None, Tp& v) { in runTestDispatch() 190 void runTestDispatch(Q_Const, Tp& v) { in runTestDispatch() 196 void runTestDispatch(Q_Volatile, Tp& v) { in runTestDispatch() 203 void runTestDispatch(Q_CV, Tp& v) { in runTestDispatch() 211 void runTest(const std::reference_wrapper<T>& obj) { in runTest() [all …]
|