Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/src/
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()
/third_party/googletest/googletest/src/
Dgtest-port.cc717 regfree(&partial_regex_); in ~RE()
737 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
761 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h911 regex_t partial_regex_; // For PartialMatch(). variable
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h930 regex_t partial_regex_; // For PartialMatch(). variable
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc11045 regfree(&partial_regex_); in ~RE()
11065 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
11089 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
Dgtest.h1184 regex_t partial_regex_; // For PartialMatch(). variable