Home
last modified time | relevance | path

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

/third_party/protobuf/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h57 struct TransitionType { struct
58 std::int_least32_t utc_offset; // the new prevailing UTC offset
59 civil_second civil_max; // max convertible civil time for offset
60 civil_second civil_min; // min convertible civil time for offset
61 bool is_dst; // did we move into daylight-saving time
62 std::uint_least8_t abbr_index; // index of the new abbreviation
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_info.h56 struct TransitionType { struct
57 std::int_least32_t utc_offset; // the new prevailing UTC offset
58 civil_second civil_max; // max convertible civil time for offset
59 civil_second civil_min; // min convertible civil time for offset
60 bool is_dst; // did we move into daylight-saving time
61 std::uint_least8_t abbr_index; // index of the new abbreviation