| /external/libvpx/third_party/googletest/src/include/gtest/internal/ |
| D | gtest-port.h | 879 static bool PartialMatch(absl::string_view str, const RE& re) { in PartialMatch() function 913 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
| /external/mesa3d/src/gtest/include/gtest/internal/ |
| D | gtest-port.h | 901 static bool PartialMatch(absl::string_view str, const RE& re) { in PartialMatch() function 935 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
| /external/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
| D | gtest-port.h | 879 static bool PartialMatch(absl::string_view str, const RE& re) { in PartialMatch() function 913 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
| /external/googletest/googletest/include/gtest/internal/ |
| D | gtest-port.h | 973 static bool PartialMatch(absl::string_view str, const RE& re) { in PartialMatch() function 1009 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
| /external/llvm/utils/unittest/googletest/src/ |
| D | gtest-port.cc | 137 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 387 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
| /external/cronet/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/ |
| D | gtest-port.h | 954 static bool PartialMatch(absl::string_view str, const RE& re) { in PartialMatch() function 990 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
| /external/regex-re2/util/ |
| D | pcre.h | 313 static const PartialMatchFunctor PartialMatch; variable
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
| D | pcre.h | 313 static const PartialMatchFunctor PartialMatch; variable
|
| D | pcre.cc | 95 const PCRE::PartialMatchFunctor PCRE::PartialMatch = { }; member in re2::PCRE
|
| /external/cronet/third_party/re2/src/util/ |
| D | pcre.h | 322 RE2_TESTING_DLL static const PartialMatchFunctor PartialMatch; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | ComplexDeinterleavingPass.cpp | 407 std::pair<Instruction *, Instruction *> &PartialMatch) { in identifyNodeWithImplicitAdd() argument 592 std::pair<Instruction *, Instruction *> PartialMatch( in identifyPartialMul() local
|
| /external/libvpx/third_party/googletest/src/src/ |
| D | gtest-port.cc | 684 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 935 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
| /external/libaom/third_party/googletest/src/googletest/src/ |
| D | gtest-port.cc | 684 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 935 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
| /external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/ |
| D | gtest-port.cc | 689 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 937 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
| /external/mesa3d/src/gtest/src/ |
| D | gtest-port.cc | 684 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 935 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
| /external/googletest/googletest/src/ |
| D | gtest-port.cc | 689 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 948 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
| /external/rust/crates/quiche/deps/boringssl/src/third_party/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
|
| /external/cronet/third_party/googletest/src/googletest/src/ |
| D | gtest-port.cc | 691 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 942 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
| D | re2.h | 403 static bool PartialMatch(const StringPiece& text, const RE2& re, A&&... a) { in PartialMatch() function
|
| /external/cronet/third_party/googletest/src/googletest/include/gtest/internal/ |
| D | gtest-port.h | 922 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
| /external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
| D | gtest-port.h | 911 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
| /external/cronet/third_party/re2/src/re2/ |
| D | re2.h | 425 static bool PartialMatch(absl::string_view text, const RE2& re, A&&... a) { in PartialMatch() function
|
| /external/regex-re2/re2/ |
| D | re2.h | 377 static bool PartialMatch(const StringPiece& text, const RE2& re, A&&... a) { in PartialMatch() function
|
| /external/fmtlib/test/gtest/gtest/ |
| D | gtest.h | 1164 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/gtest/ |
| D | gtest.h | 1164 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function
|