Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc712 regfree(&partial_regex_); in ~RE()
732 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
756 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h911 regex_t partial_regex_; // For PartialMatch(). variable