Searched defs:ConnectionSharedMemory (Results 1 - 2 of 2) sorted by last modified time

/external/lldb/include/lldb/Core/
H A DConnectionSharedMemory.h1 //===-- ConnectionSharedMemory.h --------------------------------*- C++ -*-===//
24 class ConnectionSharedMemory : class in namespace:lldb_private
29 ConnectionSharedMemory ();
32 ~ConnectionSharedMemory ();
65 DISALLOW_COPY_AND_ASSIGN (ConnectionSharedMemory);
/external/lldb/source/Core/
H A DConnectionSharedMemory.cpp1 //===-- ConnectionSharedMemory.cpp ----------------------------*- C++ -*-===//
10 #include "lldb/Core/ConnectionSharedMemory.h"
31 ConnectionSharedMemory::ConnectionSharedMemory () : function in class:ConnectionSharedMemory
39 ConnectionSharedMemory::~ConnectionSharedMemory ()
45 ConnectionSharedMemory::IsConnected () const
51 ConnectionSharedMemory::Connect (const char *s, Error *error_ptr)
71 ConnectionSharedMemory::Disconnect (Error *error_ptr)
83 ConnectionSharedMemory
[all...]

Completed in 91 milliseconds