Home
last modified time | relevance | path

Searched refs:m_connection (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/signals2/example/
Ddoc_view.cpp56 m_connection = m_document.connect(boost::bind(&TextView::refresh, this)); in TextView()
61 m_connection.disconnect(); in ~TextView()
70 boost::signals2::connection m_connection; member in TextView
80 m_connection = m_document.connect(boost::bind(&HexView::refresh, this)); in HexView()
85 m_connection.disconnect(); in ~HexView()
101 boost::signals2::connection m_connection; member in HexView
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11Xcb.cpp57 m_connection = xcb_connect(name, NULL); in XcbDisplay()
58 const xcb_setup_t *setup = xcb_get_setup(m_connection); in XcbDisplay()
65 xcb_disconnect (m_connection); in ~XcbDisplay()
71 while ((ev = xcb_poll_for_event(m_connection))) in processEvents()
DtcuLnxX11Xcb.hpp43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection()
51 xcb_connection_t* m_connection; member in tcu::lnx::x11::XcbDisplay