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

/external/llvm/include/llvm/Support/
H A DFormattedStream.h86 setStream(Stream, Delete);
98 void setStream(raw_ostream &Stream, bool Delete = false) { function in class:llvm::formatted_raw_ostream
H A Dcircular_raw_ostream.h121 setStream(Stream, Owns);
140 /// setStream - Tell the circular_raw_ostream to output a
145 void setStream(raw_ostream &Stream, bool Owns = REFERENCE_ONLY) { function in class:llvm::circular_raw_ostream
/external/skia/src/xml/
H A DSkXMLPullParser.cpp30 this->setStream(stream);
35 this->setStream(NULL);
38 SkStream* SkXMLPullParser::setStream(SkStream* stream) function in class:SkXMLPullParser

Completed in 3712 milliseconds