HomeSort by relevance Sort by last modified time
    Searched defs:StreamAsynchronousIO (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
StreamAsynchronousIO.cpp 15 #include "lldb/Core/StreamAsynchronousIO.h"
21 StreamAsynchronousIO::StreamAsynchronousIO (Broadcaster &broadcaster, uint32_t broadcast_event_type) :
29 StreamAsynchronousIO::~StreamAsynchronousIO ()
34 StreamAsynchronousIO::Flush ()
48 StreamAsynchronousIO::Write (const void *s, size_t length)
  /external/lldb/include/lldb/Core/
StreamAsynchronousIO.h 1 //===-- StreamAsynchronousIO.h -----------------------------------*- C++ -*-===//
20 class StreamAsynchronousIO :
24 StreamAsynchronousIO (Broadcaster &broadcaster, uint32_t broadcast_event_type);
26 virtual ~StreamAsynchronousIO ();

Completed in 59 milliseconds