Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcached_options.h30 enum class error_log_format_t { enum
37 extern error_log_format_t error_log_format;
39 constexpr error_log_format_t error_log_format = error_log_format_t::human_readable;
H A Dcached_options.cpp15 error_log_format_t error_log_format = error_log_format_t::human_readable;
H A Djson.cpp1711 case error_log_format_t::human_readable: in escape_property()
1713 case error_log_format_t::github_action: in escape_property()
1731 case error_log_format_t::human_readable: in escape_data()
1733 case error_log_format_t::github_action: in escape_data()
1751 case error_log_format_t::human_readable: in line_number()
1753 case error_log_format_t::github_action: in line_number()
1760 case error_log_format_t::github_action: in line_number()
1791 case error_log_format_t::human_readable: in line_number()
1794 case error_log_format_t::github_action: in line_number()
1806 case error_log_format_t::human_readable: in error()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcached_options.h30 enum class error_log_format_t { enum
37 extern error_log_format_t error_log_format;
39 constexpr error_log_format_t error_log_format = error_log_format_t::human_readable;
H A Dcached_options.cpp15 error_log_format_t error_log_format = error_log_format_t::human_readable;
H A Djson.cpp1711 case error_log_format_t::human_readable: in escape_property()
1713 case error_log_format_t::github_action: in escape_property()
1731 case error_log_format_t::human_readable: in escape_data()
1733 case error_log_format_t::github_action: in escape_data()
1751 case error_log_format_t::human_readable: in line_number()
1753 case error_log_format_t::github_action: in line_number()
1760 case error_log_format_t::github_action: in line_number()
1791 case error_log_format_t::human_readable: in line_number()
1794 case error_log_format_t::github_action: in line_number()
1806 case error_log_format_t::human_readable: in error()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Djson_test.cpp271 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
272 error_log_format = error_log_format_t::human_readable;
418 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
419 error_log_format = error_log_format_t::human_readable;
520 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
521 error_log_format = error_log_format_t::human_readable;
H A Dtest_main.cpp302 error_log_format = error_log_format_t::github_action; in CATCH_REGISTER_LISTENER()
305 error_log_format = error_log_format_t::human_readable; in CATCH_REGISTER_LISTENER()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Djson_test.cpp271 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
272 error_log_format = error_log_format_t::human_readable;
418 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
419 error_log_format = error_log_format_t::human_readable;
520 restore_on_out_of_scope<error_log_format_t> restore_error_log_format( error_log_format );
521 error_log_format = error_log_format_t::human_readable;
H A Dtest_main.cpp302 error_log_format = error_log_format_t::github_action; in CATCH_REGISTER_LISTENER()
305 error_log_format = error_log_format_t::human_readable; in CATCH_REGISTER_LISTENER()