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

  /external/chromium_org/net/quic/
quic_default_packet_writer.h 38 void SetConnection(QuicConnection* connection) {
quic_stream_factory.cc 120 writer->SetConnection(connection);
    [all...]
  /external/lldb/include/lldb/Core/
Communication.h 252 SetConnection (Connection *connection);
  /external/lldb/tools/lldb-platform/
lldb-platform.cpp 198 gdb_server.SetConnection (conn_ap.release());
  /external/lldb/source/API/
SBCommunication.cpp 73 m_opaque->SetConnection (new ConnectionFileDescriptor());
92 m_opaque->SetConnection (new ConnectionFileDescriptor (fd, owns_fd));
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 210 m_gdb_client.SetConnection (new ConnectionFileDescriptor());
  /external/lldb/source/Core/
Communication.cpp 408 Communication::SetConnection (Connection *connection)
Debugger.cpp 745 m_input_comm.SetConnection (new ConnectionFileDescriptor (in_file.GetDescriptor(), false));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netcon.h 398 virtual HRESULT WINAPI SetConnection(INetConnection *pCon) = 0;
408 HRESULT (WINAPI *SetConnection)(INetConnectionConnectUi *This,INetConnection *pCon);
420 #define INetConnectionConnectUi_SetConnection(This,pCon) (This)->lpVtbl->SetConnection(This,pCon)
439 virtual HRESULT WINAPI SetConnection(INetConnection *pCon) = 0;
448 HRESULT (WINAPI *SetConnection)(INetConnectionPropertyUi *This,INetConnection *pCon);
459 #define INetConnectionPropertyUi_SetConnection(This,pCon) (This)->lpVtbl->SetConnection(This,pCon)
483 HRESULT (WINAPI *SetConnection)(INetConnectionPropertyUi2 *This,INetConnection *pCon);
495 #define INetConnectionPropertyUi2_SetConnection(This,pCon) (This)->lpVtbl->SetConnection(This,pCon)
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 277 m_comm.SetConnection(conn_ap.release());
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 804 m_gdb_comm.SetConnection (conn_ap.release());
    [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 390 milliseconds