kSuccess         8059 modules/ts/include/opencv2/ts/ts_gtest.h   GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
kSuccess         17195 modules/ts/include/opencv2/ts/ts_gtest.h   bool passed() const { return type_ == kSuccess; }
kSuccess         17198 modules/ts/include/opencv2/ts/ts_gtest.h   bool failed() const { return type_ != kSuccess; }
kSuccess         4002 modules/ts/src/ts_gtest.cpp     case TestPartResult::kSuccess:
kSuccess         4293 modules/ts/src/ts_gtest.cpp   if (result.type() == TestPartResult::kSuccess)
kSuccess         5316 modules/ts/src/ts_gtest.cpp   if (result_type != TestPartResult::kSuccess) {
kSuccess         9476 modules/ts/src/ts_gtest.cpp       << (result.type() == TestPartResult::kSuccess ? "Success" :