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

References

tools/lldb/source/Host/common/TCPSocket.cpp
  149   if (!DecodeHostAndPort(name, host_str, port_str, port, &error))
  150     return error;
  155     error = CreateSocket(address.GetFamily());
  156     if (error.Fail())
  169     error.Clear();
  170     return error;
  173   error.SetErrorString("Failed to connect port");
  174   return error;