Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc964 free(const_cast<char*>(full_pattern_)); in ~RE()
969 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); in FullMatch()
980 pattern_ = full_pattern_ = nullptr; in Init()
996 full_pattern_ = buffer; in Init()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h915 const char* full_pattern_; // For FullMatch(); variable