Home | History | Annotate | Download | only in utils

Lines Matching refs:reg2_index

166           size_t reg2_index;
167 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
168 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
218 size_t reg2_index;
219 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
220 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
670 size_t reg2_index;
671 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
672 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
709 size_t reg2_index;
710 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
711 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
748 size_t reg2_index;
749 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
750 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
797 size_t reg2_index;
798 while ((reg2_index = base.find(REG2_TOKEN)) != std::string::npos) {
799 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);