Searched defs:impl_base (Results 1 – 5 of 5) sorted by relevance
30 struct impl_base struct in boost::detail::nullary_function33 virtual ~impl_base() in ~impl_base()137 struct impl_base struct in boost::detail::nullary_function140 virtual ~impl_base() in ~impl_base()
28 struct impl_base struct in boost::detail::function_wrapper31 virtual ~impl_base() in ~impl_base()
70 struct impl_base struct in boost::asio::detail::executor_function72 void (*complete_)(impl_base*, bool);
282 class impl_base class in boost::asio::executor299 impl_base(bool fast_dispatch) : fast_dispatch_(fast_dispatch) {} in impl_base() function in boost::asio::executor::impl_base
458 bool impl_base = false; in PrintStub() local