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

/external/lzma/CPP/7zip/UI/Common/
H A DWorkDir.h20 CMyComPtr<IOutStream> OutStream; member in class:CWorkDirTempFile
/external/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp26 void MCLOHDirective::emit_impl(raw_ostream &OutStream, argument
29 encodeULEB128(Kind, OutStream);
30 encodeULEB128(Args.size(), OutStream);
32 encodeULEB128(ObjWriter.getSymbolAddress(*Arg, Layout), OutStream);
37 raw_ostream &OutStream = ObjWriter.getStream(); local
38 emit_impl(OutStream, ObjWriter, Layout);
55 raw_counting_ostream OutStream; local
56 emit_impl(OutStream, ObjWriter, Layout);
57 return OutStream.tell();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h23 UInt32 OutStream; member in struct:NArchive::N7z::CBond2
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugInfoProbe.cpp95 raw_ostream *OutStream = CreateInfoOutputFile(); local
97 *OutStream << NumDbgLineLost
101 *OutStream << NumDbgValueLost
104 delete OutStream;
/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);
624 lzmaDecoder.OutWindow.OutStream.File = fopen(args[2], "wb+");
625 lzmaDecoder.OutWindow.OutStream.Init();
666 PrintUInt64("Written ", lzmaDecoder.OutWindow.OutStream.Processed);
676 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 1907 milliseconds