Home
last modified time | relevance | path

Searched defs:callback_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/dll/example/tutorial6/
Dtutorial6.cpp15 typedef boost::function<void()> callback_t; typedef
Don_unload_lib.cpp19 typedef boost::function<void()> callback_t; typedef
/third_party/node/src/
Dreq_wrap.h57 typedef void (*callback_t)(); typedef
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dlexer.hpp2252 typedef CallbackT callback_t; typedef in boost::spirit::classic::lexer