Searched defs:BufferWriter (Results 1 – 7 of 7) sorted by relevance
7 pub(in crate::fmt::writer) struct BufferWriter { struct13 impl BufferWriter { impl
71 pub(in crate::fmt::writer) struct BufferWriter { struct72 inner: termcolor::BufferWriter, argument81 impl BufferWriter { argument
119 void initBufferWriter(ProfDataWriter *BufferWriter, char *Buffer) { in initBufferWriter()125 ProfDataWriter BufferWriter; in __llvm_profile_write_buffer() local134 ProfDataWriter BufferWriter; in __llvm_profile_write_buffer_internal() local
101 ProfDataWriter BufferWriter; in lprofBufferIOWrite() local
858 pub struct BufferWriter { struct867 impl BufferWriter { impl874 fn create(sty: StandardStreamType, choice: ColorChoice) -> BufferWriter { in create()892 fn create(sty: StandardStreamType, choice: ColorChoice) -> BufferWriter { in create()927 pub fn stdout(choice: ColorChoice) -> BufferWriter { in stdout()939 pub fn stderr(choice: ColorChoice) -> BufferWriter { in stderr()
134 class BufferWriter class
267 BufferWriter::BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType) in BufferWriter() function in deqp::gls::BufferTestUtil::BufferWriter