Home
last modified time | relevance | path

Searched defs:FullMatch (Results 1 – 10 of 10) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_adapter.h155 inline bool FullMatch(const string& input_string, in FullMatch() function
160 inline bool FullMatch(const string& input_string) const { in FullMatch() function
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h898 static bool FullMatch(absl::string_view str, const RE& re) { in FullMatch() function
932 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-port.h967 static bool FullMatch(absl::string_view str, const RE& re) { in FullMatch() function
1003 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function
/third_party/googletest/googletest/src/
Dgtest-port.cc675 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
929 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
/third_party/node/deps/googletest/src/
Dgtest-port.cc680 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
942 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc719 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
968 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h893 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function
/third_party/googletest/googlemock/test/
Dgmock-matchers-misc_test.cc760 TEST(VariantTest, FullMatch) { in TEST() argument
805 TEST(AnyWithTest, FullMatch) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp660 StringRef FullMatch = MatchInfo[0]; in match() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc7048 void FullMatch(const std::string& name, const std::string& begin_with, in FullMatch() function in google::protobuf::descriptor_unittest::ExponentialErrorDatabase