Home
last modified time | relevance | path

Searched refs:LocalSocketIdFunc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.h47 typedef std::function<std::string()> LocalSocketIdFunc; typedef
50 const LocalSocketIdFunc &local_socket_id);
54 const LocalSocketIdFunc m_local_socket_id;
H A DAcceptor.cpp107 LocalSocketIdFunc local_socket_id; in Create()
129 const LocalSocketIdFunc &local_socket_id) in Acceptor()