Home
last modified time | relevance | path

Searched refs:set_info (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/boost/exception/
Dexception.hpp208 E const & set_info( E const &, error_info<Tag,T> const & );
211 E const & set_info( E const &, throw_function const & );
214 E const & set_info( E const &, throw_file const & );
217 E const & set_info( E const &, throw_line const & );
263 friend E const & exception_detail::set_info( E const &, throw_function const & );
266 friend E const & exception_detail::set_info( E const &, throw_file const & );
269 friend E const & exception_detail::set_info( E const &, throw_line const & );
272 friend E const & exception_detail::set_info( E const &, error_info<Tag,T> const & );
305 set_info( E const & x, throw_function const & y ) in set_info() function
313 set_info( E const & x, throw_file const & y ) in set_info() function
[all …]
Dinfo.hpp162 set_info( E const & x, error_info<Tag,T> const & v ) in set_info() function
175 E const & set_info( E const &, error_info<Tag,T> && );
183 friend E const & set_info( E const &, error_info<Tag1,T1> && );
203 friend E const & set_info( E const &, error_info<Tag1,T1> && );
218 friend E const & set_info( E const &, error_info<Tag1,T1> && );
233 friend E const & set_info( E const &, error_info<Tag1,T1> && );
246 set_info( E const & x, error_info<Tag,T> && v ) in set_info() function
265 return exception_detail::set_info(x,v); in operator <<()
274 return exception_detail::set_info(x,std::move(v)); in operator <<()
/third_party/boost/libs/regex/test/regress/
Dtest.hpp160 test_info<char>::set_info(__FILE__, __LINE__, se, f);\
169 test_info<wchar_t>::set_info(__FILE__, __LINE__, se, f);\
189 test_info<char>::set_info(__FILE__, __LINE__, se, f, sst, m, a);\
200 test_info<wchar_t>::set_info(__FILE__, __LINE__, se, f, sst, m, a);\
230 test_info<char>::set_info(__FILE__, __LINE__, se, f, sst, m, 0, sft, srt);\
245 test_info<wchar_t>::set_info(__FILE__, __LINE__, se, f, sst, m, 0, sft, srt);\
Dtest_tricky_cases.cpp421 test_info<char>::set_info(__FILE__, __LINE__, in test_tricky_cases3()
430 test_info<wchar_t>::set_info(__FILE__, __LINE__, in test_tricky_cases3()
441 test_info<char>::set_info(__FILE__, __LINE__, in test_tricky_cases3()
Dinfo.hpp121 static void set_info( in set_info() function in test_info_base
Dtest_unicode.cpp35 test_info<wchar_t>::set_info(__FILE__, __LINE__, se, f, sst, m, a);\
/third_party/boost/boost/
Dthrow_exception.hpp138 set_info( *this, throw_file( loc.file_name() ) ); in wrapexcept()
139 set_info( *this, throw_line( loc.line() ) ); in wrapexcept()
140 set_info( *this, throw_function( loc.function_name() ) ); in wrapexcept()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dvideofilter29 video_filter_class->set_info = GST_DEBUG_FUNCPTR (gst_replace_set_info);
59 GST_DEBUG_OBJECT (replace, "set_info");
/third_party/mtdev/src/
Dcaps.c66 static void set_info(struct mtdev *dev, int code, in set_info() function
112 set_info(dev, ABS_MT_SLOT, absbits, fd); in mtdev_configure()
114 set_info(dev, mtdev_mt2abs(i), absbits, fd); in mtdev_configure()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.h69 gboolean (*set_info) (GstVideoFilter *filter, member
Dgstvideofilter.c222 if (fclass->set_info) in gst_video_filter_set_caps()
223 res = fclass->set_info (filter, incaps, &in_info, outcaps, &out_info); in gst_video_filter_set_caps()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstline21enc.c80 filter_class->set_info = gst_line_21_encoder_set_info; in gst_line_21_encoder_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/
Dgstopencvvideofilter.cpp120 vfilter_class->set_info = gst_opencv_video_filter_set_info; in gst_opencv_video_filter_class_init()
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstcombdetect.c117 video_filter_class->set_info = GST_DEBUG_FUNCPTR (gst_comb_detect_set_info); in gst_comb_detect_class_init()
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgststreak.c256 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_streaktv_set_info); in gst_streaktv_class_init()
Dgstedge.c246 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_edgetv_set_info); in gst_edgetv_class_init()
Dgstquark.c289 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_quarktv_set_info); in gst_quarktv_class_init()
Dgstwarp.c255 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_warptv_set_info); in gst_warptv_class_init()
Dgstshagadelic.c246 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_shagadelictv_set_info); in gst_shagadelictv_class_init()
Dgstdice.c302 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_dicetv_set_info); in gst_dicetv_class_init()
Dgstvertigo.c315 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_vertigotv_set_info); in gst_vertigotv_class_init()
/third_party/gstreamer/gstplugins_bad/gst/smooth/
Dgstsmooth.c102 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_smooth_set_info); in gst_smooth_class_init()
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstgeometrictransform.c381 vfilter_class->set_info = in gst_geometric_transform_class_init()
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstgamma.c137 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_gamma_set_info); in gst_gamma_class_init()
/third_party/gstreamer/gstplugins_bad/gst/videosignal/
Dgstsimplevideomark.c135 video_filter_class->set_info = GST_DEBUG_FUNCPTR (gst_video_mark_set_info); in gst_video_mark_class_init()

123