Lines Matching refs:WriteFunc

278 struct WriteFunc  struct
280 WriteFunc(bool pretty = false) : pretty(pretty) {} in WriteFunc() argument
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()
329 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
331 ReadFunc(), WriteFunc(false), ok_data_6, NULL, in test_json_parser()
335 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
337 ReadFunc(), WriteFunc(false), ok_data_7, NULL, in test_json_parser()
341 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
343 ReadFunc(), WriteFunc(false), ok_data_8, NULL, in test_json_parser()
347 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
349 ReadFunc(), WriteFunc(false), ok_data_9, NULL, in test_json_parser()
353 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
355 ReadFunc(), WriteFunc(false), ok_data_10, NULL, in test_json_parser()
359 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
361 ReadFunc(), WriteFunc(false), ok_data_11, NULL, in test_json_parser()
365 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
367 ReadFunc(), WriteFunc(false), ok_data_12, NULL, in test_json_parser()
371 generic_parser_test_error<ptree, ReadFunc, WriteFunc, json_parser_error> in test_json_parser()
373 ReadFunc(), WriteFunc(false), error_data_1, NULL, in test_json_parser()
377 generic_parser_test_error<ptree, ReadFunc, WriteFunc, json_parser_error> in test_json_parser()
379 ReadFunc(), WriteFunc(false), error_data_2, NULL, in test_json_parser()
383 generic_parser_test_error<ptree, ReadFunc, WriteFunc, json_parser_error> in test_json_parser()
385 ReadFunc(), WriteFunc(false), error_data_3, NULL, in test_json_parser()
389 generic_parser_test_error<ptree, ReadFunc, WriteFunc, json_parser_error> in test_json_parser()
391 ReadFunc(), WriteFunc(false), error_data_4, NULL, in test_json_parser()
395 generic_parser_test_ok<Ptree, ReadFunc, WriteFunc> in test_json_parser()
397 ReadFunc(), WriteFunc(false), bug_data_pr4387, NULL, in test_json_parser()
401 check_exact_roundtrip<Ptree>(ReadFunc(), WriteFunc(true), in test_json_parser()
403 check_exact_roundtrip<Ptree>(ReadFunc(), WriteFunc(false), in test_json_parser()