Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc690 regfree(&full_regex_); in ~RE()
699 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
732 is_valid_ = regcomp(&full_regex_, full_pattern, reg_flags) == 0; in Init()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1042 regex_t full_regex_; // For FullMatch(). variable