Home
last modified time | relevance | path

Searched refs:foreach_func (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/iostreams/test/
Dexecute_test.cpp80 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/
Dgststructure.c916 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/
Dhash.c1119 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/
Dgstpad.h1373 …nts_foreach (GstPad *pad, GstPadStickyEventsForeachFunction foreach_func, gpointer user_…
Dgstpad.c6189 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()