/third_party/boost/boost/statechart/ |
D | event_base.hpp | 49 class event_base : public detail::rtti_policy::rtti_base_type< class 56 intrusive_ptr< const event_base > intrusive_from_this() const; 60 event_base( detail::rtti_policy::id_provider_type idProvider ) : in event_base() function in boost::statechart::event_base 65 virtual ~event_base() {} in ~event_base() 69 virtual intrusive_ptr< const event_base > clone() const = 0; 82 inline void intrusive_ptr_add_ref( const ::boost::statechart::event_base * pBase ) in intrusive_ptr_add_ref() 87 inline void intrusive_ptr_release( const ::boost::statechart::event_base * pBase ) in intrusive_ptr_release() 108 inline intrusive_ptr< const event_base > event_base::intrusive_from_this() const in intrusive_from_this() 112 return intrusive_ptr< const event_base >( this ); in intrusive_from_this()
|
D | event.hpp | 31 MostDerived, event_base > 64 virtual intrusive_ptr< const event_base > clone() const in clone() 66 return intrusive_ptr< const event_base >( new MostDerived( in clone()
|
D | event_processor.hpp | 18 class event_base; 47 void process_event( const event_base & evt ) in process_event() 70 virtual void process_event_impl( const event_base & evt ) = 0;
|
D | deferral.hpp | 22 class event_base; 49 class deferral< event_base >
|
D | termination.hpp | 22 class event_base; 49 class termination< event_base >
|
D | custom_reaction.hpp | 24 class event_base; 52 class custom_reaction< event_base >
|
D | asynchronous_state_machine.hpp | 26 class event_base; 71 virtual void process_event_impl( const event_base & evt ) in process_event_impl()
|
D | state_machine.hpp | 241 typedef event_base event_base_type; 410 void unconsumed_event( const event_base & ) {} in unconsumed_event() argument 435 void post_event( const event_base & evt ) in post_event() 527 void post_event_impl( const event_base & evt ) in post_event_impl() 842 state_machine & machine, const event_base * pNewTriggeringEvent ) : in terminator()
|
D | in_state_reaction.hpp | 24 class event_base;
|
/third_party/boost/libs/statechart/example/Handcrafted/ |
D | Handcrafted.cpp | 70 class event_base class 73 virtual ~event_base() {} in ~event_base() 76 event_base() {} in event_base() function in event_base 83 class event : public event_base 109 void process_event( const event_base & evt ) in process_event()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
D | libevent.c | 21 static struct event_base *loop_event; 49 sighandler_event = evsignal_new((struct event_base *)loop_event, SIGINT, signal_cb_event, in foreign_event_loop_init_and_run_libevent() 52 timer_outer_event = event_new((struct event_base *)loop_event, -1, EV_PERSIST, in foreign_event_loop_init_and_run_libevent()
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | http_request_handler.h | 52 static bufferevent *BuffereventCallback(event_base *base, void *arg); 55 struct event_base *evbase_;
|
D | http_message_handler.h | 106 const event_base *http_base() const; 107 void set_http_base(const struct event_base *base); 132 struct event_base *event_base_;
|
D | tcp_client.h | 74 const event_base &eventbase() const; 96 static event_base *event_base_;
|
D | http_message_handler.cc | 300 const event_base *HttpMessageHandler::http_base() const { return event_base_; } in http_base() 302 void HttpMessageHandler::set_http_base(const struct event_base *base) { in set_http_base() 304 event_base_ = const_cast<event_base *>(base); in set_http_base()
|
/third_party/boost/libs/statechart/test/ |
D | InStateReactionTest.cpp | 39 void IncrementCount( const sc::event_base & ) { ++eventCount_; } in IncrementCount() 45 sc::in_state_reaction< sc::event_base, A, &A::IncrementCount >
|
D | FifoSchedulerTest.cpp | 116 boost::intrusive_ptr< const sc::event_base > MakeEvent( in MakeEvent() 117 const sc::event_base * pEvent ) in MakeEvent() 119 return boost::intrusive_ptr< const sc::event_base >( pEvent ); in MakeEvent()
|
D | TuTest.cpp | 32 void TuTest::unconsumed_event( const sc::event_base & ) in unconsumed_event() argument
|
D | TuTest.hpp | 47 void unconsumed_event( const sc::event_base & );
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
D | private-lib-event-libs-libevent.h | 33 struct event_base *io_loop;
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_events.c | 611 Uint32 event_base; in SDL_RegisterEvents() local 614 event_base = SDL_userevents; in SDL_RegisterEvents() 617 event_base = (Uint32)-1; in SDL_RegisterEvents() 619 return event_base; in SDL_RegisterEvents()
|
/third_party/mesa3d/src/glx/windows/ |
D | xwindowsdri.h | 43 Bool XWindowsDRIQueryExtension(Display * dpy, int *event_base,
|
/third_party/nghttp2/examples/ |
D | libevent-server.c | 106 struct event_base *evbase; 744 static void start_listen(struct event_base *evbase, const char *service, in start_listen() 777 struct event_base *evbase) { in initialize_app_context() 787 struct event_base *evbase; in run()
|
/third_party/boost/boost/statechart/detail/ |
D | state_base.hpp | 125 const event_base & evt,
|
/third_party/mesa3d/src/glx/apple/ |
D | appledri.h | 88 Bool XAppleDRIQueryExtension(Display * dpy, int *event_base,
|