Home
last modified time | relevance | path

Searched defs:time_format_parser_callback (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/detail/
Ddate_time_format_parser.hpp175 struct time_format_parser_callback struct
178 typedef CharT char_type;
181 virtual ~time_format_parser_callback() {} in ~time_format_parser_callback()
195 virtual void on_placeholder(iterator_range< const char_type* > const& ph) in on_placeholder()
208 virtual void on_hours(bool leading_zero) in on_hours()
221 virtual void on_hours_12(bool leading_zero) in on_hours_12()
230 virtual void on_minutes() in on_minutes()
239 virtual void on_seconds() in on_seconds()
248 virtual void on_fractional_seconds() in on_fractional_seconds()
261 virtual void on_am_pm(bool upper_case) in on_am_pm()
[all …]