Searched defs:OutputStream (Results 1 - 1 of 1) sorted by relevance

/art/compiler/
H A Doutput_stream.h35 class OutputStream { class in namespace:art
37 explicit OutputStream(const std::string& location) : location_(location) {} function in class:art::OutputStream
39 virtual ~OutputStream() {}
52 DISALLOW_COPY_AND_ASSIGN(OutputStream);

Completed in 70 milliseconds