_declareHelper    442 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& in(cv::InputOutputArray a1, WarmUpType wtype = WARMUP_READ);
_declareHelper    443 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& in(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype = WARMUP_READ);
_declareHelper    444 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& in(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype = WARMUP_READ);
_declareHelper    445 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& in(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, cv::InputOutputArray a4, WarmUpType wtype = WARMUP_READ);
_declareHelper    447 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& out(cv::InputOutputArray a1, WarmUpType wtype = WARMUP_WRITE);
_declareHelper    448 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& out(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype = WARMUP_WRITE);
_declareHelper    449 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype = WARMUP_WRITE);
_declareHelper    450 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, cv::InputOutputArray a4, WarmUpType wtype = WARMUP_WRITE);
_declareHelper    452 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& iterations(unsigned int n);
_declareHelper    453 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& time(double timeLimitSecs);
_declareHelper    454 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& tbb_threads(int n = -1);
_declareHelper    455 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& runs(unsigned int runsNumber);
_declareHelper    457 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& strategy(enum PERF_STRATEGY s);
_declareHelper    460 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper(TestBase* t);
_declareHelper    461 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper(const _declareHelper&);
_declareHelper    462 modules/ts/include/opencv2/ts/ts_perf.hpp         _declareHelper& operator=(const _declareHelper&);
_declareHelper    465 modules/ts/include/opencv2/ts/ts_perf.hpp     friend class _declareHelper;
_declareHelper    470 modules/ts/include/opencv2/ts/ts_perf.hpp     _declareHelper declare;
_declareHelper   1719 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::iterations(unsigned int n)
_declareHelper   1729 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::time(double timeLimitSecs)
_declareHelper   1738 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::tbb_threads(int n)
_declareHelper   1744 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::runs(unsigned int runsNumber)
_declareHelper   1750 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::in(cv::InputOutputArray a1, WarmUpType wtype)
_declareHelper   1757 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::in(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype)
_declareHelper   1765 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::in(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype)
_declareHelper   1774 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::in(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, cv::InputOutputArray a4, WarmUpType wtype)
_declareHelper   1784 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::out(cv::InputOutputArray a1, WarmUpType wtype)
_declareHelper   1791 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::out(cv::InputOutputArray a1, cv::InputOutputArray a2, WarmUpType wtype)
_declareHelper   1799 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, WarmUpType wtype)
_declareHelper   1808 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::out(cv::InputOutputArray a1, cv::InputOutputArray a2, cv::InputOutputArray a3, cv::InputOutputArray a4, WarmUpType wtype)
_declareHelper   1818 modules/ts/src/ts_perf.cpp TestBase::_declareHelper& TestBase::_declareHelper::strategy(enum PERF_STRATEGY s)
_declareHelper   1824 modules/ts/src/ts_perf.cpp TestBase::_declareHelper::_declareHelper(TestBase* t) : test(t)