Searched defs:buffer_ostream (Results 1 – 4 of 4) sorted by relevance
538 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {} in buffer_ostream() function
524 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {} in buffer_ostream() function
593 buffer_ostream(raw_ostream &OS) : raw_svector_ostream(Buffer), OS(OS) {} in buffer_ostream() function
259 std::ostringstream buffer_ostream; in TEST_F() local