Lines Matching refs:REG2_TOKEN
167 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
168 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
219 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
220 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
671 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
672 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
710 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
711 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
749 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
750 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
798 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
799 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
864 static constexpr const char* REG2_TOKEN = "{reg2}";