Lines Matching refs:GetStream
273 Stream &stream(*dump_options.GetStream()); in DumpUTFBufferToStream()
400 SetStream(options.GetStream()); in ReadBufferAndDumpToStreamOptions()
417 assert(options.GetStream() && "need a Stream to print the string to"); in ReadStringAndDumpToStream()
452 options.GetStream()->Printf("%s%c", prefix_token, quote); in ReadStringAndDumpToStream()
454 options.GetStream()->Printf("%c", quote); in ReadStringAndDumpToStream()
489 options.GetStream()->Printf("%c", *(printable_bytes + c)); in ReadStringAndDumpToStream()
492 options.GetStream()->Printf("%c", *data); in ReadStringAndDumpToStream()
500 options.GetStream()->Printf("%c%s", quote, suffix_token); in ReadStringAndDumpToStream()
502 options.GetStream()->Printf("%c", quote); in ReadStringAndDumpToStream()
505 options.GetStream()->Printf("..."); in ReadStringAndDumpToStream()
517 assert(options.GetStream() && "need a Stream to print the string to"); in ReadUTFBufferAndDumpToStream()
536 if (!options.GetStream()) in ReadUTFBufferAndDumpToStream()
574 options.GetStream()->Printf("unable to read data"); in ReadUTFBufferAndDumpToStream()
616 assert(options.GetStream() && "need a Stream to print the string to"); in ReadBufferAndDumpToStream()
634 assert(options.GetStream() && "need a Stream to print the string to"); in ReadBufferAndDumpToStream()
643 assert(options.GetStream() && "need a Stream to print the string to"); in ReadBufferAndDumpToStream()