is_pointer 2779 modules/ts/include/opencv2/ts/ts_gtest.h struct is_pointer : public false_type {}; is_pointer 2782 modules/ts/include/opencv2/ts/ts_gtest.h struct is_pointer<T*> : public true_type {}; is_pointer 3232 modules/ts/include/opencv2/ts/ts_gtest.h StreamHelper(typename internal::is_pointer<T>::type(), value); is_pointer 9628 modules/ts/include/opencv2/ts/ts_gtest.h DefaultPrintTo(IsContainerTest<T>(0), is_pointer<T>(), value, os); is_pointer 19000 modules/ts/include/opencv2/ts/ts_gtest.h typename EnableIf<!is_pointer<T2>::value>::type* = 0) {