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

Derived Classes

tools/lldb/include/lldb/Host/MainLoop.h
   37 class MainLoop : public MainLoopBase {

References

tools/lldb/include/lldb/Host/MainLoop.h
   37 class MainLoop : public MainLoopBase {
tools/lldb/include/lldb/Host/MainLoopBase.h
   41   typedef std::function<void(MainLoopBase &)> Callback;
   71     ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle)
   74     MainLoopBase &m_mainloop;
tools/lldb/source/Host/common/TCPSocket.cpp
  253   std::vector<MainLoopBase::ReadHandleUP> handles;
tools/lldb/tools/lldb-server/lldb-gdbserver.cpp
  115 static void sighup_handler(MainLoopBase &mainloop) {
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/std_function.h
  314       _M_invoke(const _Any_data& __functor, _ArgTypes&&... __args)
  628       using _Invoker_type = _Res (*)(const _Any_data&, _ArgTypes&&...);
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };
 1659     { typedef _Tp&&   type; };