HomeSort by relevance Sort by last modified time
    Searched refs:OutStream (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 73 tool_output_file OutStream(OutputFilename.c_str(), ErrorStr,
81 OutStream.os().write(In->getBufferStart(), In->getBufferSize());
84 OutStream.keep();
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 17 // Implementation of an InStream and OutStream that can read (exclusive) or
21 class FileWrapper : public InStream, public OutStream
  /external/llvm/lib/Support/
Statistic.cpp 149 raw_ostream &OutStream = *CreateInfoOutputFile();
150 PrintStatistics(OutStream);
151 delete &OutStream; // Close the file.
Timer.cpp 300 raw_ostream *OutStream = CreateInfoOutputFile();
301 PrintQueuedTimers(*OutStream);
302 delete OutStream; // Close the file.
  /external/llvm/lib/VMCore/
DebugInfoProbe.cpp 95 raw_ostream *OutStream = CreateInfoOutputFile();
97 *OutStream << NumDbgLineLost
101 *OutStream << NumDbgValueLost
104 delete OutStream;
  /external/webrtc/src/
common_types.h 40 class OutStream
45 virtual ~OutStream() {}
47 OutStream() {}

Completed in 202 milliseconds