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

/external/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp25 void MCLOHDirective::Emit_impl(raw_ostream &OutStream, argument
29 encodeULEB128(Kind, OutStream);
30 encodeULEB128(Args.size(), OutStream);
34 OutStream);
/external/lzma/CPP/7zip/UI/Console/
H A DOpenCallbackConsole.h14 CStdOutStream *OutStream; member in class:COpenCallbackConsole
H A DExtractCallbackConsole.h61 CStdOutStream *OutStream; member in class:CExtractCallbackConsole
H A DPercentPrinter.h17 CStdOutStream *OutStream; member in class:CPercentPrinter
H A DUpdateCallbackConsole.h20 CStdOutStream *OutStream; member in class:CUpdateCallbackConsole
49 OutStream = outStream;
50 m_PercentPrinter.OutStream = outStream;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h27 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/webrtc/src/
H A Dcommon_types.h40 class OutStream class in namespace:webrtc
45 virtual ~OutStream() {}
47 OutStream() {} function in class:webrtc::OutStream
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h66 class OutStream class in namespace:webrtc
71 virtual ~OutStream() {}
73 OutStream() {} function in class:webrtc::OutStream
/external/chromium_org/third_party/libxml/src/
H A Dtrio.c683 void (*OutStream) TRIO_PROTO((struct _trio_class_t *, int)); member in struct:_trio_class_t
2185 assert(VALID(self->OutStream));
2289 self->OutStream(self, CHAR_ADJUST);
2294 self->OutStream(self, '-');
2296 self->OutStream(self, '+');
2298 self->OutStream(self, ' ');
2306 self->OutStream(self, '0');
2307 self->OutStream(self, (flags & FLAGS_UPPER) ? 'B' : 'b');
2312 self->OutStream(self, '0');
2316 self->OutStream(sel
[all...]
/external/libxml2/
H A Dtrio.c687 void (*OutStream) TRIO_PROTO((struct _trio_class_t *, int)); member in struct:_trio_class_t
2189 assert(VALID(self->OutStream));
2293 self->OutStream(self, CHAR_ADJUST);
2298 self->OutStream(self, '-');
2300 self->OutStream(self, '+');
2302 self->OutStream(self, ' ');
2310 self->OutStream(self, '0');
2311 self->OutStream(self, (flags & FLAGS_UPPER) ? 'B' : 'b');
2316 self->OutStream(self, '0');
2320 self->OutStream(sel
[all...]

Completed in 5572 milliseconds