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/
H A Dgtest-all.cc8363 bool RE::FullMatch(const char* str, const RE& re) {
8616 bool RE::FullMatch(const char* str, const RE& re) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2054 // FullMatch(str, re) returns true iff regular expression re matches
2059 // TODO(wan@google.com): make FullMatch() and PartialMatch() work
2061 static bool FullMatch(const ::std::string& str, const RE& re) { function in class:std::tr1::RE
2062 return FullMatch(str.c_str(), re);
2070 static bool FullMatch(const ::string& str, const RE& re) { function in class:std::tr1::RE
2071 return FullMatch(str.c_str(), re);
2079 static bool FullMatch(const char* str, const RE& re);
2093 regex_t full_regex_; // For FullMatch().
2098 const char* full_pattern_; // For FullMatch();

Completed in 116 milliseconds