Home
last modified time | relevance | path

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

/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Devent_sdevent.cpp192 class EventLoopPrivate { class
194 EventLoopPrivate() { in EventLoopPrivate() function in fcitx::EventLoopPrivate
200 ~EventLoopPrivate() { sd_event_unref(event_); } in ~EventLoopPrivate()
206 EventLoop::EventLoop() : d_ptr(std::make_unique<EventLoopPrivate>()) {} in EventLoop()
H A Devent.h73 class EventLoopPrivate; variable
95 const std::unique_ptr<EventLoopPrivate> d_ptr;
H A Devent_libevent.cpp258 class EventLoopPrivate { class
260 EventLoopPrivate() { in EventLoopPrivate() function in fcitx::EventLoopPrivate
274 ~EventLoopPrivate() { event_base_free(event_); } in ~EventLoopPrivate()
280 EventLoop::EventLoop() : d_ptr(std::make_unique<EventLoopPrivate>()) {} in EventLoop()