RE 2084 modules/ts/include/opencv2/ts/ts_gtest.h class GTEST_API_ RE { RE 2088 modules/ts/include/opencv2/ts/ts_gtest.h RE(const RE& other) { Init(other.pattern()); } RE 2091 modules/ts/include/opencv2/ts/ts_gtest.h RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT RE 2095 modules/ts/include/opencv2/ts/ts_gtest.h RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT RE 2099 modules/ts/include/opencv2/ts/ts_gtest.h RE(const char* regex) { Init(regex); } // NOLINT RE 2100 modules/ts/include/opencv2/ts/ts_gtest.h ~RE(); RE 2112 modules/ts/include/opencv2/ts/ts_gtest.h static bool FullMatch(const ::std::string& str, const RE& re) { RE 2115 modules/ts/include/opencv2/ts/ts_gtest.h static bool PartialMatch(const ::std::string& str, const RE& re) { RE 2121 modules/ts/include/opencv2/ts/ts_gtest.h static bool FullMatch(const ::string& str, const RE& re) { RE 2124 modules/ts/include/opencv2/ts/ts_gtest.h static bool PartialMatch(const ::string& str, const RE& re) { RE 2130 modules/ts/include/opencv2/ts/ts_gtest.h static bool FullMatch(const char* str, const RE& re); RE 2131 modules/ts/include/opencv2/ts/ts_gtest.h static bool PartialMatch(const char* str, const RE& re); RE 2153 modules/ts/include/opencv2/ts/ts_gtest.h GTEST_DISALLOW_ASSIGN_(RE); RE 8297 modules/ts/include/opencv2/ts/ts_gtest.h static bool Create(const char* statement, const RE* regex, RE 8361 modules/ts/include/opencv2/ts/ts_gtest.h virtual bool Create(const char* statement, const RE* regex, RE 8368 modules/ts/include/opencv2/ts/ts_gtest.h virtual bool Create(const char* statement, const RE* regex, RE 8406 modules/ts/include/opencv2/ts/ts_gtest.h const ::testing::internal::RE& gtest_regex = (regex); \ RE 8526 modules/ts/include/opencv2/ts/ts_gtest.h ::testing::internal::RE::PartialMatch(".*", (regex)); \ RE 6878 modules/ts/src/ts_gtest.cpp bool DeathTest::Create(const char* statement, const RE* regex, RE 6897 modules/ts/src/ts_gtest.cpp DeathTestImpl(const char* a_statement, const RE* a_regex) RE 6913 modules/ts/src/ts_gtest.cpp const RE* regex() const { return regex_; } RE 6937 modules/ts/src/ts_gtest.cpp const RE* const regex_; RE 7088 modules/ts/src/ts_gtest.cpp const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); RE 7144 modules/ts/src/ts_gtest.cpp const RE* a_regex, RE 7311 modules/ts/src/ts_gtest.cpp ForkingDeathTest(const char* statement, const RE* regex); RE 7325 modules/ts/src/ts_gtest.cpp ForkingDeathTest::ForkingDeathTest(const char* a_statement, const RE* a_regex) RE 7348 modules/ts/src/ts_gtest.cpp NoExecDeathTest(const char* a_statement, const RE* a_regex) : RE 7403 modules/ts/src/ts_gtest.cpp ExecDeathTest(const char* a_statement, const RE* a_regex, RE 7688 modules/ts/src/ts_gtest.cpp bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex, RE 8391 modules/ts/src/ts_gtest.cpp RE::~RE() { RE 8404 modules/ts/src/ts_gtest.cpp bool RE::FullMatch(const char* str, const RE& re) { RE 8413 modules/ts/src/ts_gtest.cpp bool RE::PartialMatch(const char* str, const RE& re) { RE 8421 modules/ts/src/ts_gtest.cpp void RE::Init(const char* regex) { RE 8651 modules/ts/src/ts_gtest.cpp RE::~RE() { RE 8657 modules/ts/src/ts_gtest.cpp bool RE::FullMatch(const char* str, const RE& re) { RE 8663 modules/ts/src/ts_gtest.cpp bool RE::PartialMatch(const char* str, const RE& re) { RE 8668 modules/ts/src/ts_gtest.cpp void RE::Init(const char* regex) {