Home
last modified time | relevance | path

Searched refs:MatchRepetitionAndRegexAtHead (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc755 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "a", "ba")); in TEST()
757 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "aab")); in TEST()
760 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ba")); in TEST()
762 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, 'a', '?', "b", "ab")); in TEST()
763 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '#', '?', ".", "##")); in TEST()
770 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "bc")); in TEST()
772 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '*', "b", "abc")); in TEST()
774 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(true, 'w', '*', "-", "ab_1-g")); in TEST()
780 EXPECT_FALSE(MatchRepetitionAndRegexAtHead(false, '.', '+', "b", "bc")); in TEST()
783 EXPECT_TRUE(MatchRepetitionAndRegexAtHead(false, '.', '+', "b", "abc")); in TEST()
[all …]
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc801 bool MatchRepetitionAndRegexAtHead( in MatchRepetitionAndRegexAtHead() function
845 return MatchRepetitionAndRegexAtHead( in MatchRegexAtHead()
H A Dgtest-internal-inl.h950 GTEST_API_ bool MatchRepetitionAndRegexAtHead(