Home
last modified time | relevance | path

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

/third_party/boost/libs/property_tree/test/
Dtest_json_parser.cpp278 struct WriteFunc struct
280 WriteFunc(bool pretty = false) : pretty(pretty) {} in WriteFunc() function
305 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser() argument
307 ReadFunc(), WriteFunc(false), ok_data_1, NULL, in test_json_parser()
311 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
313 ReadFunc(), WriteFunc(false), ok_data_2, NULL, in test_json_parser()
317 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
319 ReadFunc(), WriteFunc(false), ok_data_3, NULL, in test_json_parser()
323 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
325 ReadFunc(), WriteFunc(false), ok_data_4, NULL, in test_json_parser()
[all …]
Dtest_info_parser.cpp146 struct WriteFunc struct
161 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_info_parser() argument
163 ReadFunc(), WriteFunc(), ok_data_1, ok_data_1_inc, in test_info_parser()
167 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_info_parser()
169 ReadFunc(), WriteFunc(), ok_data_2, NULL, in test_info_parser()
173 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_info_parser()
175 ReadFunc(), WriteFunc(), ok_data_3, NULL, in test_info_parser()
179 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_info_parser()
181 ReadFunc(), WriteFunc(), ok_data_4, NULL, in test_info_parser()
185 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_info_parser()
[all …]
Dtest_ini_parser.cpp79 struct WriteFunc struct
109 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_ini_parser()
111 ReadFunc(), WriteFunc(), ok_data_1, NULL, in test_ini_parser()
115 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_ini_parser()
117 ReadFunc(), WriteFunc(), ok_data_2, NULL, in test_ini_parser()
121 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_ini_parser()
123 ReadFunc(), WriteFunc(), ok_data_3, NULL, in test_ini_parser()
127 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_ini_parser()
129 ReadFunc(), WriteFunc(), ok_data_4, NULL, in test_ini_parser()
133 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_ini_parser()
[all …]
Dtest_utils.hpp95 template<class Ptree, class ReadFunc, class WriteFunc>
98 WriteFunc wf, in generic_parser_test()
124 template<class Ptree, class ReadFunc, class WriteFunc>
126 WriteFunc wf, in generic_parser_test_ok()
149 generic_parser_test<Ptree, ReadFunc, WriteFunc>(pt, rf, wf, in generic_parser_test_ok()
179 template<class Ptree, class ReadFunc, class WriteFunc, class Error>
181 WriteFunc wf, in generic_parser_test_error()
201 generic_parser_test<Ptree, ReadFunc, WriteFunc>(pt, rf, wf, in generic_parser_test_error()
232 template <class Ptree, class ReadFunc, class WriteFunc>
233 void check_exact_roundtrip(ReadFunc rf, WriteFunc wf, const char *test_data) { in check_exact_roundtrip()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiosink.c192 typedef gint (*WriteFunc) (GstAudioSink * sink, gpointer data, guint length); typedef
205 WriteFunc writefunc; in audioringbuffer_thread_func()