Lines Matching refs:Put
36 bool StringStream::Put(char c) {
96 Put(format[offset]);
125 Put(static_cast<char>(value[i]));
138 Put(value);
271 bool StringStream::Put(String str) { return Put(str, 0, str.length()); }
273 bool StringStream::Put(String str, int start, int end) {
280 if (!Put(static_cast<char>(c))) {
291 Put(str);
313 for (; len < 18; len++) Put(' ');
315 Put(String::cast(key));
334 Put(' ');
450 Put(')');