reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Host/Socket.h
   56   static std::unique_ptr<Socket> Create(const SocketProtocol protocol,
   90   SocketProtocol GetSocketProtocol() const { return m_protocol; }
  109   Socket(SocketProtocol protocol, bool should_close,
  122   SocketProtocol m_protocol;
tools/lldb/include/lldb/Host/posix/DomainSocket.h
   26   DomainSocket(SocketProtocol protocol, bool child_processes_inherit);
tools/lldb/source/Host/common/Socket.cpp
   75 Socket::Socket(SocketProtocol protocol, bool should_close,
  109 std::unique_ptr<Socket> Socket::Create(const SocketProtocol protocol,
tools/lldb/source/Host/posix/DomainSocket.cpp
   64 DomainSocket::DomainSocket(SocketProtocol protocol,
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
   45     const Socket::SocketProtocol socket_protocol, const char *socket_scheme)
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
   28       const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
   65   const Socket::SocketProtocol m_socket_protocol;
tools/lldb/tools/lldb-server/Acceptor.cpp
   28   const Socket::SocketProtocol m_protocol;
   39                           Socket::SocketProtocol &protocol) {
   49 const char *FindSchemeByProtocol(const Socket::SocketProtocol protocol) {
   71 Socket::SocketProtocol Acceptor::GetSocketProtocol() const {
   86   Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain;
tools/lldb/tools/lldb-server/Acceptor.h
   38   Socket::SocketProtocol GetSocketProtocol() const;