Home | History | Annotate | Download | only in utils

Lines Matching refs:reg_index

326         size_t reg_index;
327 while ((reg_index = base.find(REG_TOKEN)) != std::string::npos) {
328 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);
841 size_t reg_index;
842 if ((reg_index = base.find(REG_TOKEN)) != std::string::npos) {
843 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);
1100 size_t reg_index;
1101 while ((reg_index = base.find(REG_TOKEN)) != std::string::npos) {
1102 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string);