Lines Matching refs:WriteToTextStream
348 ### `WriteToTextStream` method
352 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
355 `WriteToTextStream` will write a text representation of the current value in a
764 ### `WriteToTextStream` method
768 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
771 `WriteToTextStream` will write a text representation of the current value in a
985 ### `WriteToTextStream` method
989 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
992 `WriteToTextStream` will write a text representation of the current value in a
1121 ### `WriteToTextStream` method
1125 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
1128 `WriteToTextStream` will write a text representation of the current value in a
1275 ### `WriteToTextStream` method
1279 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
1282 `WriteToTextStream` will write a text representation of the current value in a
1428 ### `WriteToTextStream` method
1432 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
1435 `WriteToTextStream` will write a text representation of the current value in a
1586 ### `WriteToTextStream` method
1590 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
1593 `WriteToTextStream` will write a text representation of the current value in a
1714 ### `WriteToTextStream` method
1718 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
1721 `WriteToTextStream` will write a text representation of the current value in a
1849 ### `WriteToTextStream` method
1853 bool WriteToTextStream(Stream *stream, const TextOutputOptions &options) const;
1856 `WriteToTextStream` will write a text representation of the current value in a
1885 into the `view`'s `WriteToTextStream` method, and finally returns the text
1905 use inside of `WriteToTextStream` methods, as a way to get an indented
1906 `TextOutputOptions` to pass to the `WriteToTextStream` methods of child
2027 * `WriteToString()` or `WriteToTextStream()` should never `CHECK`-fail.