/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
D | gtest-port.h | 357 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function 363 static bool PartialMatch(const ::string& str, const RE& re) { in PartialMatch() function
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 650 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function 659 static bool PartialMatch(const ::string& str, const RE& re) { in PartialMatch() function
|
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 127 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 376 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
/external/gtest/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/llvm/utils/unittest/googletest/ |
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/chromium/testing/gtest/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/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest-port.cc | 58 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
/external/regex-re2/util/ |
D | pcre.h | 323 static const PartialMatchFunctor PartialMatch; variable
|
D | pcre.cc | 43 const PCRE::PartialMatchFunctor PCRE::PartialMatch = { }; member in re2::PCRE
|
/external/regex-re2/re2/ |
D | re2.h | 319 bool, const StringPiece&, const RE2&, Arg, RE2::PartialMatchN> PartialMatch; variable
|
D | re2.cc | 31 …dicFunction2<bool, const StringPiece&, const RE2&, RE2::Arg, RE2::PartialMatchN> RE2::PartialMatch; member in re2::RE2
|