Lines Matching refs:WriteToString
357 would not call this directly; instead, use the global `WriteToString` method,
773 would not call this directly; instead, use the global `WriteToString` method,
994 would not call this directly; instead, use the global `WriteToString` method,
1130 would not call this directly; instead, use the global `WriteToString` method,
1284 would not call this directly; instead, use the global `WriteToString` method,
1437 would not call this directly; instead, use the global `WriteToString` method,
1595 would not call this directly; instead, use the global `WriteToString` method,
1723 would not call this directly; instead, use the global `WriteToString` method,
1858 would not call this directly; instead, use the global `WriteToString` method,
1875 ## `::emboss::WriteToString` function
1879 ::std::string WriteToString(EmbossViewType view);
1881 ::std::string WriteToString(EmbossViewType view, TextOutputOptions options);
1884 The `::emboss::WriteToString` function constructs a string stream, passes it
1888 The single-argument form `WriteToString(view)` will return a single line of
1889 text. For more readable output, `WriteToString(view, ::emboss::MultilineText())`
2027 * `WriteToString()` or `WriteToTextStream()` should never `CHECK`-fail.