Searched refs:callback_type (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/log/src/ |
D | date_time_format_parser.cpp | 77 typedef CallbackT callback_type; 78 typedef typename callback_type::char_type char_type; 81 const char_type* parse(const char_type* begin, const char_type* end, callback_type& callback) 103 void flush(callback_type& callback) 121 typedef typename BaseT::callback_type callback_type; 124 const char_type* parse(const char_type* begin, const char_type* end, callback_type& callback) 209 typedef typename BaseT::callback_type callback_type; 212 const char_type* parse(const char_type* begin, const char_type* end, callback_type& callback) 351 typedef date_format_parser_callback< char_type > callback_type; typedef 352 date_flags< common_flags< callback_type > > parser; [all …]
|
/third_party/boost/boost/locale/ |
D | gnu_gettext.hpp | 119 > callback_type; typedef 125 callback_type callback;
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxcoreaudiocommon.c | 87 AudioUnitPropertyID callback_type; in gst_core_audio_io_proc_start() local 93 callback_type = core_audio->is_src ? in gst_core_audio_io_proc_start() 100 …status = AudioUnitSetProperty (core_audio->audiounit, callback_type, kAudioUnitScope_Global, 0, … in gst_core_audio_io_proc_start()
|
/third_party/boost/boost/test/utils/runtime/ |
D | parameter.hpp | 129 typedef function<void (cstring)> callback_type; typedef in boost::runtime::basic_param 145 , p_callback( nfp::opt_get( m, callback, callback_type() ) ) in basic_param() 163 callback_type const p_callback;
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xpressive_lexer.hpp | 70 typedef Callback callback_type; typedef in boost::wave::cpplexer::xlex::xpressive_lexer
|
D | xlex_lexer.hpp | 86 typedef typename lexer_type::callback_type callback_type; typedef in boost::wave::cpplexer::xlex::lexer::lexer 102 callback_type tokencb; // associated callback function
|
/third_party/boost/libs/locale/src/shared/ |
D | message.cpp | 623 messages_info::callback_type const &callback) in load_file()
|
/third_party/boost/libs/locale/doc/ |
D | messages_formatting.txt | 422 \ref boost::locale::gnu_gettext::messages_info::callback_type "callback"
|