Home
last modified time | relevance | path

Searched refs:set_hint_callback (Results 1 – 18 of 18) sorted by relevance

/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dreplxx.cxx146 void Replxx::set_hint_callback( hint_callback_t const& fn ) { in set_hint_callback() function in replxx::Replxx
147 _impl->set_hint_callback( fn ); in set_hint_callback()
453 replxx->set_hint_callback( std::bind( &hints_fwd, fn, _1, _2, _3, userData ) ); in replxx_set_hint_callback()
H A Dreplxx_impl.hxx155 void set_hint_callback( Replxx::hint_callback_t const& fn );
H A Dreplxx_impl.cxx2103 void Replxx::ReplxxImpl::set_hint_callback( Replxx::hint_callback_t const& fn ) { in set_hint_callback() function in replxx::Replxx::ReplxxImpl
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dreplxx.cxx145 void Replxx::set_hint_callback( hint_callback_t const& fn ) { in set_hint_callback() function in replxx::Replxx
146 _impl->set_hint_callback( fn ); in set_hint_callback()
470 replxx->set_hint_callback( std::bind( &hints_fwd, fn, _1, _2, _3, userData ) ); in replxx_set_hint_callback()
H A Dreplxx_impl.hxx158 void set_hint_callback( Replxx::hint_callback_t const& fn );
H A Dreplxx_impl.cxx2141 void Replxx::ReplxxImpl::set_hint_callback( Replxx::hint_callback_t const& fn ) { in set_hint_callback() function in replxx::Replxx::ReplxxImpl
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dreplxx.cxx145 void Replxx::set_hint_callback( hint_callback_t const& fn ) { in set_hint_callback() function in replxx::Replxx
146 _impl->set_hint_callback( fn ); in set_hint_callback()
470 replxx->set_hint_callback( std::bind( &hints_fwd, fn, _1, _2, _3, userData ) ); in replxx_set_hint_callback()
H A Dreplxx_impl.hxx158 void set_hint_callback( Replxx::hint_callback_t const& fn );
H A Dreplxx_impl.cxx2141 void Replxx::ReplxxImpl::set_hint_callback( Replxx::hint_callback_t const& fn ) { in set_hint_callback() function in replxx::Replxx::ReplxxImpl
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dreplxx.cxx146 void Replxx::set_hint_callback( hint_callback_t const& fn ) { in set_hint_callback() function in replxx::Replxx
147 _impl->set_hint_callback( fn ); in set_hint_callback()
471 replxx->set_hint_callback( std::bind( &hints_fwd, fn, _1, _2, _3, userData ) ); in replxx_set_hint_callback()
H A Dreplxx_impl.hxx159 void set_hint_callback( Replxx::hint_callback_t const& fn );
H A Dreplxx_impl.cxx2116 void Replxx::ReplxxImpl::set_hint_callback( Replxx::hint_callback_t const& fn ) { in set_hint_callback() function in replxx::Replxx::ReplxxImpl
/dports/devel/replxx/replxx-release-0.0.3/include/
H A Dreplxx.hxx402 void set_hint_callback( hint_callback_t const& fn );
/dports/math/curv/curv-0.5/extern/replxx/include/
H A Dreplxx.hxx402 void set_hint_callback( hint_callback_t const& fn );
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/include/
H A Dreplxx.hxx410 void set_hint_callback( hint_callback_t const& fn );
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/include/
H A Dreplxx.hxx410 void set_hint_callback( hint_callback_t const& fn );
/dports/devel/replxx/replxx-release-0.0.3/examples/
H A Dcxx-api.cxx241 rx.set_hint_callback( std::bind( &hook_hint, _1, _2, _3, cref( examples ) ) ); in main()
/dports/math/curv/curv-0.5/extern/replxx/examples/
H A Dcxx-api.cxx241 rx.set_hint_callback( std::bind( &hook_hint, _1, _2, _3, cref( examples ) ) ); in main()