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

References

tools/lldb/source/Host/common/Socket.cpp
  288     host_str = matches[1].str();
  291     if (host_str.front() == '[' && host_str.back() == ']')
  291     if (host_str.front() == '[' && host_str.back() == ']')
  292       host_str = host_str.substr(1, host_str.size() - 2);
  292       host_str = host_str.substr(1, host_str.size() - 2);
  292       host_str = host_str.substr(1, host_str.size() - 2);
  309   host_str.clear();