Home
last modified time | relevance | path

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

/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx122 this->RegexRevno.compile("^([0-9]+)$"); in RevnoParser()
127 cmsys::RegularExpression RegexRevno; member in cmCTestBZR::RevnoParser
130 if (this->RegexRevno.find(this->Line)) { in ProcessLine()
131 this->Rev = this->RegexRevno.match(1); in ProcessLine()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx122 this->RegexRevno.compile("^([0-9]+)$"); in RevnoParser()
127 cmsys::RegularExpression RegexRevno; member in cmCTestBZR::RevnoParser
130 if (this->RegexRevno.find(this->Line)) { in ProcessLine()
131 this->Rev = this->RegexRevno.match(1); in ProcessLine()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestBZR.cxx122 this->RegexRevno.compile("^([0-9]+)$"); in RevnoParser()
127 cmsys::RegularExpression RegexRevno; member in cmCTestBZR::RevnoParser
130 if (this->RegexRevno.find(this->Line)) { in ProcessLine()
131 this->Rev = this->RegexRevno.match(1); in ProcessLine()