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

/external/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp25 void MCLOHDirective::emit_impl(raw_ostream &OutStream, argument
28 encodeULEB128(Kind, OutStream);
29 encodeULEB128(Args.size(), OutStream);
32 encodeULEB128(ObjWriter.getSymbolAddress(**It, Layout), OutStream);
/external/lzma/CPP/7zip/UI/Common/
H A DWorkDir.h20 CMyComPtr<IOutStream> OutStream; member in class:CWorkDirTempFile
/external/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.h15 CStdOutStream *OutStream; member in class:COpenCallbackConsole
H A DPercentPrinter.h16 CStdOutStream *OutStream; member in class:CPercentPrinter
H A DExtractCallbackConsole.h81 CStdOutStream *OutStream; member in class:CExtractCallbackConsole
H A DUpdateCallbackConsole.h18 CStdOutStream *OutStream; member in class:CCallbackConsoleBase
35 OutStream = outStream;
36 m_PercentPrinter.OutStream = outStream;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h26 UInt32 OutStream; member in struct:NArchive::N7z::CBind
/external/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h106 /// Emit this directive in \p OutStream using the information available
109 void emit_impl(raw_ostream &OutStream, const MachObjectWriter &ObjWriter,
127 raw_ostream &OutStream = ObjWriter.getStream(); local
128 emit_impl(OutStream, ObjWriter, Layout);
147 raw_counting_ostream OutStream; local
148 emit_impl(OutStream, ObjWriter, Layout);
149 return OutStream.tell();
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp785 UbigraphViz::UbigraphViz(std::unique_ptr<raw_ostream> OutStream, argument
787 : Out(std::move(OutStream)), Filename(Filename), Cntr(0) {
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp73 COutStream OutStream; member in class:COutWindow
96 OutStream.WriteByte(b);
622 lzmaDecoder.OutWindow.OutStream.File = fopen(args[2], "wb+");
623 lzmaDecoder.OutWindow.OutStream.Init();
664 PrintUInt64("Written ", lzmaDecoder.OutWindow.OutStream.Processed);
674 if (lzmaDecoder.OutWindow.OutStream.Processed != unpackSize)
/external/webrtc/webrtc/
H A Dcommon_types.h68 class OutStream class in namespace:webrtc
75 virtual ~OutStream() {}
77 OutStream() {} function in class:webrtc::OutStream
/external/libxml2/
H A Dtrio.c703 void (*OutStream) TRIO_PROTO((struct _trio_class_t *, int)); member in struct:_trio_class_t
2205 assert(VALID(self->OutStream));
2309 self->OutStream(self, CHAR_ADJUST);
2314 self->OutStream(self, '-');
2316 self->OutStream(self, '+');
2318 self->OutStream(self, ' ');
2326 self->OutStream(self, '0');
2327 self->OutStream(self, (flags & FLAGS_UPPER) ? 'B' : 'b');
2332 self->OutStream(self, '0');
2336 self->OutStream(sel
[all...]

Completed in 851 milliseconds