Home | History | Annotate | Download | only in Support

Lines Matching defs:out

721     static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) {
722 out << llvm::format("%d by %d", value.length, value.width);
823 llvm::raw_ostream &out) {
824 out << value.str;
887 // Verify that the block scalar header was written out on the same line
934 static void output(const MyNumber &value, void *, llvm::raw_ostream &out) {
935 out << value;
2019 // Test that writing out a purely optional structure with its fields set to
2105 static void output(const FlowSeq &value, void*, llvm::raw_ostream &out) {
2106 out << value.str;
2121 std::string out;
2122 llvm::raw_string_ostream ostr(out);
2136 EXPECT_EQ(out,
2142 out.clear();
2146 EXPECT_EQ(out,
2152 out.clear();
2160 EXPECT_EQ(out,
2165 out.clear();
2169 EXPECT_EQ(out,
2174 out.clear();
2182 EXPECT_EQ(out,
2186 out.clear();
2190 EXPECT_EQ(out,
2194 out.clear();