Home
last modified time | relevance | path

Searched refs:runTestCase (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_5.pass.cpp246 void runTestCase() { in runTestCase() function
256 runTestCase< R(), 0, LValueCaster >(); in main()
257 runTestCase< R(A&), 1, LValueCaster >(); in main()
258 runTestCase< R(A&, A&), 2, LValueCaster >(); in main()
259 runTestCase< R(A&, A&, A&), 3, LValueCaster >(); in main()
260 runTestCase< R(CA&), 1, ConstCaster >(); in main()
261 runTestCase< R(CA&, CA&), 2, ConstCaster >(); in main()
262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >(); in main()
/external/jsoncpp/src/test_lib_json/
Djsontest.h132 virtual void runTestCase() = 0;
269 virtual void runTestCase(); \
272 void Test##FixtureType##name::runTestCase()
Djsontest.cpp226 runTestCase(); in run()