Home | History | Annotate | Download | only in Support

Lines Matching defs:Stream

126 ///        // stream out custom formatting
158 /// // stream out custom formatting
1011 static void output(const endian_type &E, void *Ctx, raw_ostream &Stream) {
1012 ScalarTraits<value_type>::output(static_cast<value_type>(E), Ctx, Stream);
1246 std::unique_ptr<llvm::yaml::Stream> Strm;
1398 // Define non-member operator>> so that Input can stream in a document list.
1415 // Define non-member operator>> so that Input can stream in a map as a document.
1426 // Define non-member operator>> so that Input can stream in a sequence as
1438 // Define non-member operator>> so that Input can stream in a block scalar.
1449 // Define non-member operator>> so that Input can stream in a string map.
1469 // Define non-member operator<< so that Output can stream out document list.
1488 // Define non-member operator<< so that Output can stream out a map.
1503 // Define non-member operator<< so that Output can stream out a sequence.
1518 // Define non-member operator<< so that Output can stream out a block scalar.
1533 // Define non-member operator<< so that Output can stream out a string map.