Home
last modified time | relevance | path

Searched refs:callback_t (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/dll/example/tutorial6/
Don_unload_lib.cpp19 typedef boost::function<void()> callback_t; typedef
24 callback_t& function = callbacks_[i]; in ~on_unload()
30 static void add(const callback_t& function) { in add()
36 std::vector<callback_t> callbacks_;
Dtutorial6.cpp15 typedef boost::function<void()> callback_t; typedef
26 boost::function<void(const callback_t&)> on_unload in main()
27 = boost::dll::import_alias<void(const callback_t&)>( in main()
/third_party/node/src/
Dreq_wrap.h57 typedef void (*callback_t)(); typedef
58 callback_t original_callback_ = nullptr;
Dreq_wrap-inl.h132 reinterpret_cast<typename ReqWrap<ReqT>::callback_t>(v);
/third_party/boost/boost/test/utils/runtime/
Dmodifier.hpp54 auto const& callback = unit_test::static_constant<nfp::keyword<struct callback_t>>::value;
71 nfp::keyword<struct callback_t> callback;
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp88 typename base_type::callback_t tokencb; // associated callback function
Dlexer.hpp2252 typedef CallbackT callback_t; typedef in boost::spirit::classic::lexer