Home | History | Annotate | Download | only in base

Lines Matching refs:formatted

846   OutStringType formatted;
847 formatted.reserve(format_string.length() + sub_length);
858 formatted.push_back('$');
866 static_cast<int>(formatted.size()));
874 formatted.append(subst.at(index));
878 formatted.push_back(*i);
887 return formatted;