Searched refs:partial_regex_ (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 712 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/ |
D | gtest-port.cc | 717 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/ |
D | gtest-port.h | 911 regex_t partial_regex_; // For PartialMatch(). variable
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 930 regex_t partial_regex_; // For PartialMatch(). variable
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 11045 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()
|
D | gtest.h | 1184 regex_t partial_regex_; // For PartialMatch(). variable
|