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

/art/compiler/linker/
H A Doutput_stream_test.cc128 std::unique_ptr<CheckingOutputStream> cos = MakeUnique<CheckingOutputStream>(); local
129 CheckingOutputStream* checking_output_stream = cos.get();
130 BufferedOutputStream buffered(std::move(cos));

Completed in 143 milliseconds