Searched defs:PartialMatch (Results 1 – 11 of 11) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | regexp_adapter.h | 146 inline bool PartialMatch(const string& input_string, in PartialMatch() function 151 inline bool PartialMatch(const string& input_string) const { in PartialMatch() function
|
/third_party/re2/util/ |
D | pcre.h | 313 static const PartialMatchFunctor PartialMatch; variable
|
D | pcre.cc | 97 const PCRE::PartialMatchFunctor PCRE::PartialMatch = { }; member in re2::PCRE
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 728 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 974 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 733 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 979 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 896 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 915 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 1169 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
D | gtest-all.cc | 11061 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 11307 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
/third_party/re2/re2/ |
D | re2.h | 374 static bool PartialMatch(const StringPiece& text, const RE2& re, A&&... a) { in PartialMatch() function
|
/third_party/re2/re2/testing/ |
D | re2_test.cc | 598 TEST(RE2, PartialMatch) { in TEST() argument
|