Home
last modified time | relevance | path

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

/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1126 …const bool time_of_day_passed = rotation_time.total_seconds() <= m_Previous.time_of_day().total_se… in operator ()() local
1133 if (time_of_day_passed) in operator ()()
1146 if (weekday < previous_weekday || (weekday == previous_weekday && time_of_day_passed)) in operator ()()
1163 … if (monthday < previous_monthday || (monthday == previous_monthday && time_of_day_passed)) in operator ()()