Searched defs:AppendString (Results 1 - 1 of 1) sorted by relevance

/build/kati/
H A Dstrutil.cc139 AppendString(s, out_);
151 void AppendString(StringPiece str, string* out) { function
217 AppendString(subst, out);
220 AppendString(str, out);
228 AppendString(subst, out);
231 AppendString(subst.substr(0, subst_percent_index), out);
232 AppendString(str.substr(percent_index_,
234 AppendString(subst.substr(subst_percent_index + 1), out);
238 AppendString(str, out);
394 AppendString(
[all...]

Completed in 80 milliseconds