/third_party/boost/boost/exception/ |
D | exception.hpp | 208 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 …]
|
D | info.hpp | 162 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/ |
D | test.hpp | 160 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);\
|
D | test_tricky_cases.cpp | 421 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()
|
D | test_unicode.cpp | 35 test_info<wchar_t>::set_info(__FILE__, __LINE__, se, f, sst, m, a);\
|
D | info.hpp | 121 static void set_info( in set_info() function in test_info_base
|
/third_party/boost/boost/ |
D | throw_exception.hpp | 138 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/elfio/examples/write_obj/ |
D | write_obj.cpp | 85 sym_sec->set_info( 1 ); in main() 102 rel_sec->set_info( text_sec->get_index() ); in main()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | videofilter | 29 video_filter_class->set_info = GST_DEBUG_FUNCPTR (gst_replace_set_info); 59 GST_DEBUG_OBJECT (replace, "set_info");
|
/third_party/mtdev/src/ |
D | caps.c | 66 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_bad/sys/d3d11/ |
D | gstd3d11basefilter.h | 59 gboolean (*set_info) (GstD3D11BaseFilter *filter, member
|
D | gstd3d11basefilter.cpp | 210 if (klass->set_info) in gst_d3d11_base_filter_set_caps() 211 res = klass->set_info (filter, incaps, &in_info, outcaps, &out_info); in gst_d3d11_base_filter_set_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudabasetransform.h | 60 gboolean (*set_info) (GstCudaBaseTransform *filter, member
|
D | gstcudaconvert.c | 245 btrans_class->set_info = GST_DEBUG_FUNCPTR (gst_cuda_convert_set_info); in gst_cuda_convert_class_init() 408 return GST_CUDA_BASE_TRANSFORM_CLASS (parent_class)->set_info (btrans, incaps, in gst_cuda_convert_set_info()
|
D | gstcudascale.c | 87 btrans_class->set_info = GST_DEBUG_FUNCPTR (gst_cuda_scale_set_info); in gst_cuda_scale_class_init() 605 return GST_CUDA_BASE_TRANSFORM_CLASS (parent_class)->set_info (btrans, in gst_cuda_scale_set_info()
|
D | gstcudabasetransform.c | 251 if (klass->set_info) in gst_cuda_base_transform_set_caps() 252 res = klass->set_info (filter, incaps, &in_info, outcaps, &out_info); in gst_cuda_base_transform_set_caps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideofilter.h | 69 gboolean (*set_info) (GstVideoFilter *filter, member
|
D | gstvideosink.h | 130 gboolean (*set_info) (GstVideoSink *video_sink, GstCaps *caps, const GstVideoInfo *info); member
|
D | gstvideofilter.c | 226 if (fclass->set_info) in gst_video_filter_set_caps() 227 res = fclass->set_info (filter, incaps, &in_info, outcaps, &out_info); in gst_video_filter_set_caps()
|
D | gstvideosink.c | 252 if (klass->set_info) in gst_video_sink_set_caps() 253 return klass->set_info (vsink, caps, &vsink->priv->info); in gst_video_sink_set_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasetransform.h | 68 gboolean (*set_info) (GstVaBaseTransform *self, member
|
/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 90 sym_sec->set_info( 2 ); in write_obj_i386() 106 rel_sec->set_info( text_sec->get_index() ); in write_obj_i386() 639 sym_sec->set_info( 0 ); in BOOST_AUTO_TEST_CASE() 769 sym_sec->set_info( 0 ); in BOOST_AUTO_TEST_CASE() 818 rel_sec->set_info( text_sec->get_index() ); in BOOST_AUTO_TEST_CASE()
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gststreak.c | 258 vfilter_class->set_info = GST_DEBUG_FUNCPTR (gst_streaktv_set_info); in gst_streaktv_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/opencv/ |
D | gstopencvvideofilter.cpp | 120 vfilter_class->set_info = gst_opencv_video_filter_set_info; in gst_opencv_video_filter_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstcombdetect.c | 119 video_filter_class->set_info = GST_DEBUG_FUNCPTR (gst_comb_detect_set_info); in gst_comb_detect_class_init()
|