Home
last modified time | relevance | path

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

/external/libtextclassifier/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
/external/cronet/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
/external/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
/external/angle/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
/external/rust/crates/grpcio-sys/grpc/third_party/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
/external/tensorflow/third_party/absl/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
/external/openscreen/third_party/abseil/src/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
/external/webrtc/third_party/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
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/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
/external/setupdesign/main/src/com/google/android/setupdesign/transition/
DTransitionHelper.java90 public @interface TransitionType {} annotation in TransitionHelper