HomeSort by: relevance | last modified time | path
    Searched defs:at_time (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/
tzdb.cc 184 // The data structures defined in this file (Rule, on_day, at_time etc.)
217 struct at_time struct in namespace:std::chrono::__anon14873
246 auto [val, yes] = at_time::is_indicator(in.peek());
255 friend istream& operator>>(istream& in, at_time& at);
556 // This allows on_day to reuse padding of at_time.
558 struct datetime : at_time { on_day day; };
577 if (when.indicator == at_time::Wall
578 || when.indicator == at_time::Standard)
593 in >> rule.when.day >> static_cast<at_time&>(rule.when);
594 at_time save_time
    [all...]

Completed in 18 milliseconds