Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h919 const char* full_pattern_; // For FullMatch(); variable