Home
last modified time | relevance | path

Searched refs:ReadFunc (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/property_tree/test/
Dtest_json_parser.cpp262 struct ReadFunc struct
305 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
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()
329 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
[all …]
Dtest_info_parser.cpp137 struct ReadFunc 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.cpp70 struct ReadFunc 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>
97 ReadFunc rf, in generic_parser_test()
124 template<class Ptree, class ReadFunc, class WriteFunc>
125 void generic_parser_test_ok(ReadFunc rf, 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>
180 void generic_parser_test_error(ReadFunc rf, 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/boost/boost/test/utils/runtime/env/
Dfetch.hpp65 template<typename ReadFunc>
67 fetch_absent( parameters_store const& params, runtime::arguments_store& args, ReadFunc read_func ) in fetch_absent()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dpngdec.c221 static void ReadFunc(png_structp png_ptr, png_bytep data, png_size_t length) { in ReadFunc() function
267 png_set_read_fn(png, &context, ReadFunc); in ReadPNG()
/third_party/skia/third_party/externals/libwebp/imageio/
Dpngdec.c221 static void ReadFunc(png_structp png_ptr, png_bytep data, png_size_t length) { in ReadFunc() function
276 png_set_read_fn(png, &context, ReadFunc); in ReadPNG()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiosrc.c173 typedef guint (*ReadFunc) typedef
187 ReadFunc readfunc; in audioringbuffer_thread_func()
/third_party/skia/third_party/externals/libwebp/
DChangeLog1129 bb50bf42 pngdec,ReadFunc: throw an error on invalid read
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog924 bb50bf42 pngdec,ReadFunc: throw an error on invalid read