GTEST_1_TUPLE_    893 modules/ts/include/opencv2/ts/ts_gtest.h class GTEST_1_TUPLE_(T) {
GTEST_1_TUPLE_    904 modules/ts/include/opencv2/ts/ts_gtest.h   tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {}
GTEST_1_TUPLE_    909 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& operator=(const GTEST_1_TUPLE_(U)& t) {
GTEST_1_TUPLE_    916 modules/ts/include/opencv2/ts/ts_gtest.h   tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) {
GTEST_1_TUPLE_   1358 modules/ts/include/opencv2/ts/ts_gtest.h inline GTEST_1_TUPLE_(T) make_tuple(const T0& f0) {
GTEST_1_TUPLE_   1359 modules/ts/include/opencv2/ts/ts_gtest.h   return GTEST_1_TUPLE_(T)(f0);
GTEST_1_TUPLE_   1426 modules/ts/include/opencv2/ts/ts_gtest.h struct tuple_size<GTEST_1_TUPLE_(T)> {