Home | History | Annotate | Download | only in utils

Lines Matching refs:REG3_TOKEN

755           while ((reg3_index = base.find(REG3_TOKEN)) != std::string::npos) {
756 base.replace(reg3_index, ConstexprStrLen(REG3_TOKEN), reg3_string);
865 static constexpr const char* REG3_TOKEN = "{reg3}";