Home | History | Annotate | Download | only in utils

Lines Matching refs:reg1_index

160           size_t reg1_index;
161 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
162 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
212 size_t reg1_index;
213 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
214 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
664 size_t reg1_index;
665 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
666 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
703 size_t reg1_index;
704 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
705 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
742 size_t reg1_index;
743 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
744 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
791 size_t reg1_index;
792 while ((reg1_index = base.find(REG1_TOKEN)) != std::string::npos) {
793 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);