Home
last modified time | relevance | path

Searched refs:base_class (Results 1 – 25 of 58) sorted by relevance

123

/third_party/boost/boost/ptr_container/
Dptr_array.hpp74 base_class; typedef in boost::ptr_array
87 typedef BOOST_DEDUCED_TYPENAME base_class::auto_type
91 ptr_array() : base_class() in ptr_array()
113 : base_class( r ) { } in ptr_array()
117 : base_class( std::move( r ) ) { } in ptr_array()
129 base_class::operator=(r); in operator =()
136 base_class::operator=(std::move(r)); in operator =()
181 using base_class::insert;
182 using base_class::erase;
183 using base_class::push_back;
[all …]
Dptr_list.hpp45 base_class; typedef in boost::ptr_list
52 base_class,
55 typedef BOOST_DEDUCED_TYPENAME base_class::value_type value_type;
58 using base_class::merge;
84 base_class::erase_if( first, last, pred ); in erase_if()
90 this->base().remove_if( BOOST_DEDUCED_TYPENAME base_class:: in erase_if()
Dptr_vector.hpp58 base_class; typedef in boost::ptr_vector
65 base_class, in BOOST_PTR_CONTAINER_DEFINE_SEQEUENCE_MEMBERS() argument
70 : base_class(alloc) in BOOST_PTR_CONTAINER_DEFINE_SEQEUENCE_MEMBERS()
Dptr_deque.hpp45 base_class; typedef in boost::ptr_deque
52 base_class,
/third_party/boost/libs/utility/test/
Dbase_from_member_test.cpp103 class base_class class
106 explicit base_class( base_or_member &x, base_or_member *y = 0,
109 ~base_class();
120 : public base_class
136 , public base_class
139 typedef base_class base_type;
155 , public base_class
160 typedef base_class base_type;
429 base_class::base_class in base_class() function in base_class
469 base_class::~base_class in ~base_class()
[all …]
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgstgtksink.c61 GstGtkBaseSinkClass *base_class; in gst_gtk_sink_class_init() local
64 base_class = (GstGtkBaseSinkClass *) klass; in gst_gtk_sink_class_init()
66 base_class->create_widget = gtk_gst_widget_new; in gst_gtk_sink_class_init()
67 base_class->window_title = "Gtk+ Cairo renderer"; in gst_gtk_sink_class_init()
/third_party/gstreamer/gstplugins_bad/ext/gsm/
Dgstgsmenc.c78 GstAudioEncoderClass *base_class; in gst_gsmenc_class_init() local
81 base_class = (GstAudioEncoderClass *) klass; in gst_gsmenc_class_init()
91 base_class->start = GST_DEBUG_FUNCPTR (gst_gsmenc_start); in gst_gsmenc_class_init()
92 base_class->stop = GST_DEBUG_FUNCPTR (gst_gsmenc_stop); in gst_gsmenc_class_init()
93 base_class->set_format = GST_DEBUG_FUNCPTR (gst_gsmenc_set_format); in gst_gsmenc_class_init()
94 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_gsmenc_handle_frame); in gst_gsmenc_class_init()
Dgstgsmdec.c84 GstAudioDecoderClass *base_class; in gst_gsmdec_class_init() local
87 base_class = (GstAudioDecoderClass *) klass; in gst_gsmdec_class_init()
97 base_class->start = GST_DEBUG_FUNCPTR (gst_gsmdec_start); in gst_gsmdec_class_init()
98 base_class->stop = GST_DEBUG_FUNCPTR (gst_gsmdec_stop); in gst_gsmdec_class_init()
99 base_class->set_format = GST_DEBUG_FUNCPTR (gst_gsmdec_set_format); in gst_gsmdec_class_init()
100 base_class->parse = GST_DEBUG_FUNCPTR (gst_gsmdec_parse); in gst_gsmdec_class_init()
101 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_gsmdec_handle_frame); in gst_gsmdec_class_init()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasink.c59 gst_my_base_sink_class_add_pad_template (GstBaseSinkClass * base_class, in gst_my_base_sink_class_add_pad_template() argument
62 GstElementClass *elem_class = GST_ELEMENT_CLASS (base_class); in gst_my_base_sink_class_add_pad_template()
274 GstBaseSinkClass *base_class = GST_BASE_SINK_CLASS (ladspa_class); in gst_ladspa_sink_type_base_init() local
283 base_class); in gst_ladspa_sink_type_base_init()
299 GstBaseSinkClass *base_class = GST_BASE_SINK_CLASS (ladspa_class); in gst_ladspa_sink_type_class_init() local
313 base_class->set_caps = GST_DEBUG_FUNCPTR (gst_ladspa_sink_type_set_caps); in gst_ladspa_sink_type_class_init()
314 base_class->preroll = GST_DEBUG_FUNCPTR (gst_ladspa_sink_type_preroll); in gst_ladspa_sink_type_class_init()
315 base_class->render = GST_DEBUG_FUNCPTR (gst_ladspa_sink_type_render); in gst_ladspa_sink_type_class_init()
316 base_class->query = GST_DEBUG_FUNCPTR (gst_ladspa_sink_type_query); in gst_ladspa_sink_type_class_init()
Dgstladspasource.c60 gst_my_base_source_class_add_pad_template (GstBaseSrcClass * base_class, in gst_my_base_source_class_add_pad_template() argument
63 GstElementClass *elem_class = GST_ELEMENT_CLASS (base_class); in gst_my_base_source_class_add_pad_template()
501 GstBaseSrcClass *base_class = GST_BASE_SRC_CLASS (ladspa_class); in gst_ladspa_source_type_base_init() local
510 base_class); in gst_ladspa_source_type_base_init()
526 GstBaseSrcClass *base_class = (GstBaseSrcClass *) ladspa_class; in gst_ladspa_source_type_class_init() local
537 base_class->set_caps = GST_DEBUG_FUNCPTR (gst_ladspa_source_type_set_caps); in gst_ladspa_source_type_class_init()
538 base_class->fixate = GST_DEBUG_FUNCPTR (gst_ladspa_source_type_fixate); in gst_ladspa_source_type_class_init()
539 base_class->is_seekable = in gst_ladspa_source_type_class_init()
541 base_class->do_seek = GST_DEBUG_FUNCPTR (gst_ladspa_source_type_do_seek); in gst_ladspa_source_type_class_init()
542 base_class->query = GST_DEBUG_FUNCPTR (gst_ladspa_source_type_query); in gst_ladspa_source_type_class_init()
[all …]
Dgstladspafilter.c300 GstBaseTransformClass *base_class = GST_BASE_TRANSFORM_CLASS (ladspa_class); in gst_ladspa_filter_type_class_init() local
314 base_class->fixate_caps = in gst_ladspa_filter_type_class_init()
316 base_class->transform_caps = in gst_ladspa_filter_type_class_init()
318 base_class->prepare_output_buffer = in gst_ladspa_filter_type_class_init()
320 base_class->transform = GST_DEBUG_FUNCPTR (gst_ladspa_filter_type_transform); in gst_ladspa_filter_type_class_init()
321 base_class->transform_ip = in gst_ladspa_filter_type_class_init()
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dgstsirendec.c75 GstAudioDecoderClass *base_class = GST_AUDIO_DECODER_CLASS (klass); in gst_siren_dec_class_init() local
87 base_class->start = GST_DEBUG_FUNCPTR (gst_siren_dec_start); in gst_siren_dec_class_init()
88 base_class->stop = GST_DEBUG_FUNCPTR (gst_siren_dec_stop); in gst_siren_dec_class_init()
89 base_class->set_format = GST_DEBUG_FUNCPTR (gst_siren_dec_set_format); in gst_siren_dec_class_init()
90 base_class->parse = GST_DEBUG_FUNCPTR (gst_siren_dec_parse); in gst_siren_dec_class_init()
91 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_siren_dec_handle_frame); in gst_siren_dec_class_init()
Dgstsirenenc.c72 GstAudioEncoderClass *base_class = GST_AUDIO_ENCODER_CLASS (klass); in gst_siren_enc_class_init() local
84 base_class->start = GST_DEBUG_FUNCPTR (gst_siren_enc_start); in gst_siren_enc_class_init()
85 base_class->stop = GST_DEBUG_FUNCPTR (gst_siren_enc_stop); in gst_siren_enc_class_init()
86 base_class->set_format = GST_DEBUG_FUNCPTR (gst_siren_enc_set_format); in gst_siren_enc_class_init()
87 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_siren_enc_handle_frame); in gst_siren_enc_class_init()
/third_party/gstreamer/gstplugins_bad/ext/voamrwbenc/
Dgstvoamrwbenc.c162 GstAudioEncoderClass *base_class = GST_AUDIO_ENCODER_CLASS (klass); in gst_voamrwbenc_class_init() local
175 base_class->start = GST_DEBUG_FUNCPTR (gst_voamrwbenc_start); in gst_voamrwbenc_class_init()
176 base_class->stop = GST_DEBUG_FUNCPTR (gst_voamrwbenc_stop); in gst_voamrwbenc_class_init()
177 base_class->set_format = GST_DEBUG_FUNCPTR (gst_voamrwbenc_set_format); in gst_voamrwbenc_class_init()
178 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_voamrwbenc_handle_frame); in gst_voamrwbenc_class_init()
/third_party/gstreamer/gstplugins_bad/ext/isac/
Dgstisacdec.c277 GstAudioDecoderClass *base_class = GST_AUDIO_DECODER_CLASS (klass); in gst_isacdec_class_init() local
279 base_class->start = GST_DEBUG_FUNCPTR (gst_isacdec_start); in gst_isacdec_class_init()
280 base_class->stop = GST_DEBUG_FUNCPTR (gst_isacdec_stop); in gst_isacdec_class_init()
281 base_class->set_format = GST_DEBUG_FUNCPTR (gst_isacdec_set_format); in gst_isacdec_class_init()
282 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_isacdec_handle_frame); in gst_isacdec_class_init()
Dgstisacenc.c376 GstAudioEncoderClass *base_class = GST_AUDIO_ENCODER_CLASS (klass); in gst_isacenc_class_init() local
381 base_class->start = GST_DEBUG_FUNCPTR (gst_isacenc_start); in gst_isacenc_class_init()
382 base_class->stop = GST_DEBUG_FUNCPTR (gst_isacenc_stop); in gst_isacenc_class_init()
383 base_class->set_format = GST_DEBUG_FUNCPTR (gst_isacenc_set_format); in gst_isacenc_class_init()
384 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_isacenc_handle_frame); in gst_isacenc_class_init()
/third_party/gstreamer/gstplugins_bad/ext/openaptx/
Dgstopenaptxenc.c289 GstAudioEncoderClass *base_class = GST_AUDIO_ENCODER_CLASS (klass); in gst_openaptx_enc_class_init() local
292 base_class->start = GST_DEBUG_FUNCPTR (gst_openaptx_enc_start); in gst_openaptx_enc_class_init()
293 base_class->stop = GST_DEBUG_FUNCPTR (gst_openaptx_enc_stop); in gst_openaptx_enc_class_init()
294 base_class->set_format = GST_DEBUG_FUNCPTR (gst_openaptx_enc_set_format); in gst_openaptx_enc_class_init()
295 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_openaptx_enc_handle_frame); in gst_openaptx_enc_class_init()
Dgstopenaptxdec.c299 GstAudioDecoderClass *base_class = GST_AUDIO_DECODER_CLASS (klass); in gst_openaptx_dec_class_init() local
312 base_class->start = GST_DEBUG_FUNCPTR (gst_openaptx_dec_start); in gst_openaptx_dec_class_init()
313 base_class->stop = GST_DEBUG_FUNCPTR (gst_openaptx_dec_stop); in gst_openaptx_dec_class_init()
314 base_class->set_format = GST_DEBUG_FUNCPTR (gst_openaptx_dec_set_format); in gst_openaptx_dec_class_init()
315 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_openaptx_dec_handle_frame); in gst_openaptx_dec_class_init()
/third_party/gstreamer/gstplugins_good/ext/mpg123/
Dgstmpg123audiodec.c92 GstAudioDecoderClass *base_class; in gst_mpg123_audio_dec_class_init() local
99 base_class = GST_AUDIO_DECODER_CLASS (klass); in gst_mpg123_audio_dec_class_init()
181 base_class->start = GST_DEBUG_FUNCPTR (gst_mpg123_audio_dec_start); in gst_mpg123_audio_dec_class_init()
182 base_class->stop = GST_DEBUG_FUNCPTR (gst_mpg123_audio_dec_stop); in gst_mpg123_audio_dec_class_init()
183 base_class->handle_frame = in gst_mpg123_audio_dec_class_init()
185 base_class->set_format = GST_DEBUG_FUNCPTR (gst_mpg123_audio_dec_set_format); in gst_mpg123_audio_dec_class_init()
186 base_class->flush = GST_DEBUG_FUNCPTR (gst_mpg123_audio_dec_flush); in gst_mpg123_audio_dec_class_init()
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c473 GstAudioDecoderClass *base_class = (GstAudioDecoderClass *) klass; in adpcmdec_class_init() local
483 base_class->start = GST_DEBUG_FUNCPTR (adpcmdec_start); in adpcmdec_class_init()
484 base_class->stop = GST_DEBUG_FUNCPTR (adpcmdec_stop); in adpcmdec_class_init()
485 base_class->set_format = GST_DEBUG_FUNCPTR (adpcmdec_set_format); in adpcmdec_class_init()
486 base_class->parse = GST_DEBUG_FUNCPTR (adpcmdec_parse); in adpcmdec_class_init()
487 base_class->handle_frame = GST_DEBUG_FUNCPTR (adpcmdec_handle_frame); in adpcmdec_class_init()
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_new_renderer.py233 base_class = get_base_class(base_impl) variable
234 if base_class and base_class != 'angle':
235 base_impl_stubs, base_private_impl_stubs, base_constructor = parse_impl_header(base_class)
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_new_renderer.py233 base_class = get_base_class(base_impl) variable
234 if base_class and base_class != 'angle':
235 base_impl_stubs, base_private_impl_stubs, base_constructor = parse_impl_header(base_class)
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c559 GstAudioEncoderClass *base_class = GST_AUDIO_ENCODER_CLASS (klass); in gst_fdkaacenc_class_init() local
564 base_class->start = GST_DEBUG_FUNCPTR (gst_fdkaacenc_start); in gst_fdkaacenc_class_init()
565 base_class->stop = GST_DEBUG_FUNCPTR (gst_fdkaacenc_stop); in gst_fdkaacenc_class_init()
566 base_class->set_format = GST_DEBUG_FUNCPTR (gst_fdkaacenc_set_format); in gst_fdkaacenc_class_init()
567 base_class->getcaps = GST_DEBUG_FUNCPTR (gst_fdkaacenc_get_caps); in gst_fdkaacenc_class_init()
568 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_fdkaacenc_handle_frame); in gst_fdkaacenc_class_init()
569 base_class->flush = GST_DEBUG_FUNCPTR (gst_fdkaacenc_flush); in gst_fdkaacenc_class_init()
Dgstfdkaacdec.c453 GstAudioDecoderClass *base_class = GST_AUDIO_DECODER_CLASS (klass); in gst_fdkaacdec_class_init() local
455 base_class->start = GST_DEBUG_FUNCPTR (gst_fdkaacdec_start); in gst_fdkaacdec_class_init()
456 base_class->stop = GST_DEBUG_FUNCPTR (gst_fdkaacdec_stop); in gst_fdkaacdec_class_init()
457 base_class->set_format = GST_DEBUG_FUNCPTR (gst_fdkaacdec_set_format); in gst_fdkaacdec_class_init()
458 base_class->handle_frame = GST_DEBUG_FUNCPTR (gst_fdkaacdec_handle_frame); in gst_fdkaacdec_class_init()
459 base_class->flush = GST_DEBUG_FUNCPTR (gst_fdkaacdec_flush); in gst_fdkaacdec_class_init()
/third_party/boost/libs/interprocess/test/
Dshared_ptr_test.cpp33 class base_class class
36 virtual ~base_class() in ~base_class()
41 : public base_class
51 typedef allocator<base_class, segment_mngr_t> base_class_allocator; in simple_test()
52 typedef deleter<base_class, segment_mngr_t> base_deleter_t; in simple_test()
53 typedef shared_ptr<base_class, base_class_allocator, base_deleter_t> base_shared_ptr; in simple_test()
67 base_shared_ptr s_ptr2(shmem.construct<base_class>("base_class")(), in simple_test()

123