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

References

tools/lldb/source/Host/common/UDPSocket.cpp
   67   if (!DecodeHostAndPort(name, host_str, port_str, port, &error))
   68     return error;
   82     error.SetErrorStringWithFormat(
   89     return error;
   97         service_info_ptr->ai_protocol, child_processes_inherit, error);
   98     if (error.Success()) {
  109     return error;
  120     error.SetErrorString("Failed to get hostspec to bind for");
  121     return error;
  133   error.Clear();
  134   return error;