Searched refs:foreach_func (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/iostreams/test/ |
D | execute_test.cpp | 80 class foreach_func { class 83 explicit foreach_func(int& count) : count_(count) { } in foreach_func() function in foreach_func 103 foreach_func& operator=(const foreach_func&); 525 execute_foreach(seq, seq + ARRAY_SIZE(seq), foreach_func(count)) in foreach_test() 535 execute_foreach(seq, seq + ARRAY_SIZE(seq), foreach_func(count)), in foreach_test() 546 execute_foreach(seq, seq + ARRAY_SIZE(seq), foreach_func(count)), in foreach_test() 557 execute_foreach(seq, seq + ARRAY_SIZE(seq), foreach_func(count)), in foreach_test() 568 execute_foreach(seq, seq + ARRAY_SIZE(seq), foreach_func(count)) in foreach_test() 578 execute_foreach(seq, seq + ARRAY_SIZE(seq), foreach_func(count)), in foreach_test() 589 execute_foreach(seq, seq + ARRAY_SIZE(seq), foreach_func(count)), in foreach_test() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gststructure.c | 916 foreach_func (GQuark field_id, const GValue * value, gpointer user_data) in foreach_func() function 935 fail_unless (gst_structure_foreach (s, foreach_func, &sum)); in GST_START_TEST()
|
/third_party/glib/glib/tests/ |
D | hash.c | 1119 foreach_func (gpointer key, gpointer value, gpointer data) in foreach_func() function 1142 g_hash_table_foreach (hash, foreach_func, NULL); in test_foreach()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.h | 1373 …nts_foreach (GstPad *pad, GstPadStickyEventsForeachFunction foreach_func, gpointer user_…
|
D | gstpad.c | 6189 GstPadStickyEventsForeachFunction foreach_func, gpointer user_data) in gst_pad_sticky_events_foreach() argument 6194 g_return_if_fail (foreach_func != NULL); in gst_pad_sticky_events_foreach() 6196 data.func = foreach_func; in gst_pad_sticky_events_foreach()
|