Home
last modified time | relevance | path

Searched refs:RegexParent (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx95 this->RegexParent.compile("parent branch: *([^\t\r\n]+)$"); in InfoParser()
102 cmsys::RegularExpression RegexParent; member in cmCTestBZR::InfoParser
108 } else if (!this->CheckOutFound && this->RegexParent.find(this->Line)) { in ProcessLine()
109 this->BZR->URL = this->RegexParent.match(1); in ProcessLine()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx95 this->RegexParent.compile("parent branch: *([^\t\r\n]+)$"); in InfoParser()
102 cmsys::RegularExpression RegexParent; member in cmCTestBZR::InfoParser
108 } else if (!this->CheckOutFound && this->RegexParent.find(this->Line)) { in ProcessLine()
109 this->BZR->URL = this->RegexParent.match(1); in ProcessLine()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx95 this->RegexParent.compile("parent branch: *([^\t\r\n]+)$"); in InfoParser()
102 cmsys::RegularExpression RegexParent; member in cmCTestBZR::InfoParser
108 } else if (!this->CheckOutFound && this->RegexParent.find(this->Line)) { in ProcessLine()
109 this->BZR->URL = this->RegexParent.match(1); in ProcessLine()