Home
last modified time | relevance | path

Searched refs:FullMatch (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8363 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
8616 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2061 static bool FullMatch(const ::std::string& str, const RE& re) {
2062 return FullMatch(str.c_str(), re);
2070 static bool FullMatch(const ::string& str, const RE& re) {
2071 return FullMatch(str.c_str(), re);
2079 static bool FullMatch(const char* str, const RE& re);