Home
last modified time | relevance | path

Searched refs:set_info (Results 1 – 25 of 72) 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()
Dtest_unicode.cpp35 test_info<wchar_t>::set_info(__FILE__, __LINE__, se, f, sst, m, a);\
Dinfo.hpp121 static void set_info( in set_info() function in test_info_base
/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/elfio/examples/write_obj/
Dwrite_obj.cpp85 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/
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_bad/sys/d3d11/
Dgstd3d11basefilter.h59 gboolean (*set_info) (GstD3D11BaseFilter *filter, member
Dgstd3d11basefilter.cpp210 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/
Dgstcudabasetransform.h60 gboolean (*set_info) (GstCudaBaseTransform *filter, member
Dgstcudaconvert.c245 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()
Dgstcudascale.c87 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()
Dgstcudabasetransform.c251 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/
Dgstvideofilter.h69 gboolean (*set_info) (GstVideoFilter *filter, member
Dgstvideosink.h130 gboolean (*set_info) (GstVideoSink *video_sink, GstCaps *caps, const GstVideoInfo *info); member
Dgstvideofilter.c226 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()
Dgstvideosink.c252 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/
Dgstvabasetransform.h68 gboolean (*set_info) (GstVaBaseTransform *self, member
/third_party/elfio/tests/
DELFIOTest1.cpp90 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/
Dgststreak.c258 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/
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.c119 video_filter_class->set_info = GST_DEBUG_FUNCPTR (gst_comb_detect_set_info); in gst_comb_detect_class_init()

123