Home | History | Annotate | Download | only in src

Lines Matching defs:Put

33 bool StringStream::Put(char c) {
84 Put(format[offset]);
114 Put(static_cast<char>(value[i]));
127 Put(value);
305 bool StringStream::Put(String* str) {
306 return Put(str, 0, str->length());
310 bool StringStream::Put(String* str, int start, int end) {
317 if (!Put(static_cast<char>(c))) {
329 Put(str);
359 Put(' ');
361 Put(String::cast(key));
386 Put(' ');
563 Put(')');