Namespaces | |
| detail | |
Classes | |
| struct | HasDifference |
| struct | PosixTimeZone |
| struct | PosixTransition |
| class | time_zone |
| class | TimeZoneIf |
| class | TimeZoneInfo |
| class | TimeZoneLibC |
| struct | Transition |
| struct | TransitionType |
| class | ZoneInfoSource |
Typedefs | |
| using | civil_day = detail::civil_day |
| using | civil_hour = detail::civil_hour |
| using | civil_minute = detail::civil_minute |
| using | civil_month = detail::civil_month |
| using | civil_second = detail::civil_second |
| using | civil_year = detail::civil_year |
| using | diff_t = std::int_fast64_t |
| using | seconds = std::chrono::duration< std::int_fast64_t > |
| using | sys_seconds = seconds |
| template<typename D > | |
| using | time_point = std::chrono::time_point< std::chrono::system_clock, D > |
| using | year_t = std::int_fast64_t |
Functions | |
| time_point< seconds > | convert (const civil_second &cs, const time_zone &tz) |
| template<typename D > | |
| civil_second | convert (const time_point< D > &tp, const time_zone &tz) |
| time_zone | fixed_time_zone (const seconds &offset) |
| bool | FixedOffsetFromName (const std::string &name, seconds *offset) |
| std::string | FixedOffsetToAbbr (const seconds &offset) |
| std::string | FixedOffsetToName (const seconds &offset) |
| template<typename D > | |
| std::string | format (const std::string &fmt, const time_point< D > &tp, const time_zone &tz) |
| time_point< seconds > | FromUnixSeconds (std::int_fast64_t t) |
| bool | load_time_zone (const std::string &name, time_zone *tz) |
| time_zone | local_time_zone () |
| template<typename D > | |
| bool | parse (const std::string &fmt, const std::string &input, const time_zone &tz, time_point< D > *tpp) |
| bool | ParsePosixSpec (const std::string &spec, PosixTimeZone *res) |
| TEST (BreakTime, LocalTimeInMTV) | |
| TEST (BreakTime, LocalTimeInNewYork) | |
| TEST (BreakTime, LocalTimeInSydney) | |
| TEST (BreakTime, LocalTimeInUTC) | |
| TEST (BreakTime, LocalTimeInUTCUnaligned) | |
| TEST (BreakTime, LocalTimePosix) | |
| TEST (BreakTime, TimePointResolution) | |
| TEST (CivilTime, Arithmetic) | |
| TEST (CivilTime, ArithmeticDifference) | |
| TEST (CivilTime, ArithmeticLimits) | |
| TEST (CivilTime, DefaultConstruction) | |
| TEST (CivilTime, DifferenceLimits) | |
| TEST (CivilTime, DisallowCrossAlignedDifference) | |
| TEST (CivilTime, ExplicitCrossAlignment) | |
| TEST (CivilTime, FieldsConstruction) | |
| TEST (CivilTime, FieldsConstructionLimits) | |
| TEST (CivilTime, FirstThursdayInMonth) | |
| TEST (CivilTime, ImplicitCrossAlignment) | |
| TEST (CivilTime, LeapYears) | |
| TEST (CivilTime, NextPrevWeekday) | |
| TEST (CivilTime, NormalizeWithHugeYear) | |
| TEST (CivilTime, OutputStream) | |
| TEST (CivilTime, OutputStreamLeftFillWidth) | |
| TEST (CivilTime, Properties) | |
| TEST (CivilTime, Relational) | |
| TEST (CivilTime, StructMember) | |
| TEST (CivilTime, ValueSemantics) | |
| TEST (Format, Basics) | |
| TEST (Format, CompareExtendSecondsVsSubseconds) | |
| TEST (Format, Escaping) | |
| TEST (Format, ExtendedOffset) | |
| TEST (Format, ExtendedSecondOffset) | |
| TEST (Format, ExtendedSeconds) | |
| TEST (Format, ExtendedSubeconds) | |
| TEST (Format, ExtendedYears) | |
| TEST (Format, LocaleSpecific) | |
| TEST (Format, PosixConversions) | |
| TEST (Format, RFC1123Format) | |
| TEST (Format, RFC3339Format) | |
| TEST (Format, TimePointExtendedResolution) | |
| TEST (Format, TimePointResolution) | |
| TEST (Format, Week) | |
| TEST (FormatParse, RoundTrip) | |
| TEST (FormatParse, RoundTripDistantFuture) | |
| TEST (FormatParse, RoundTripDistantPast) | |
| TEST (MakeTime, LocalTimeLibC) | |
| TEST (MakeTime, Normalization) | |
| TEST (MakeTime, SysSecondsLimits) | |
| TEST (MakeTime, TimePointResolution) | |
| TEST (NextTransition, AmericaNewYork) | |
| TEST (NextTransition, Scan) | |
| TEST (NextTransition, UTC) | |
| TEST (Parse, Basics) | |
| TEST (Parse, ErrorCases) | |
| TEST (Parse, ExtendedOffset) | |
| TEST (Parse, ExtendedSecondOffset) | |
| TEST (Parse, ExtendedSeconds) | |
| TEST (Parse, ExtendedSecondsScan) | |
| TEST (Parse, ExtendedSubeconds) | |
| TEST (Parse, ExtendedSubecondsScan) | |
| TEST (Parse, ExtendedYears) | |
| TEST (Parse, LeapSecond) | |
| TEST (Parse, LocaleSpecific) | |
| TEST (Parse, MaxRange) | |
| TEST (Parse, PosixConversions) | |
| TEST (Parse, RFC3339Format) | |
| TEST (Parse, TimePointExtendedResolution) | |
| TEST (Parse, TimePointOverflow) | |
| TEST (Parse, TimePointOverflowFloor) | |
| TEST (Parse, TimePointResolution) | |
| TEST (Parse, Week) | |
| TEST (Parse, WeekYearShift) | |
| TEST (Parse, WithTimeZone) | |
| TEST (PrevTransition, AmericaNewYork) | |
| TEST (PrevTransition, UTC) | |
| TEST (StdChronoTimePoint, TimeTAlignment) | |
| TEST (TimeZone, Equality) | |
| TEST (TimeZone, Failures) | |
| TEST (TimeZone, NamedTimeZones) | |
| TEST (TimeZone, UTC) | |
| TEST (TimeZoneEdgeCase, AfricaCairo) | |
| TEST (TimeZoneEdgeCase, AfricaMonrovia) | |
| TEST (TimeZoneEdgeCase, AmericaJamaica) | |
| TEST (TimeZoneEdgeCase, AmericaLosAngeles) | |
| TEST (TimeZoneEdgeCase, AmericaNewYork) | |
| TEST (TimeZoneEdgeCase, ArizonaNoTransition) | |
| TEST (TimeZoneEdgeCase, AsiaKathmandu) | |
| TEST (TimeZoneEdgeCase, AustraliaLordHowe) | |
| TEST (TimeZoneEdgeCase, FixedOffsets) | |
| TEST (TimeZoneEdgeCase, NegativeYear) | |
| TEST (TimeZoneEdgeCase, PacificApia) | |
| TEST (TimeZoneEdgeCase, PacificChatham) | |
| TEST (TimeZoneEdgeCase, UTC32bitLimit) | |
| TEST (TimeZoneEdgeCase, UTC5DigitYear) | |
| TEST (TimeZoneEdgeCase, WET) | |
| TEST (TimeZoneImpl, LocalTimeInFixed) | |
| TEST (TimeZones, LoadZonesConcurrently) | |
| std::int_fast64_t | ToUnixSeconds (const time_point< seconds > &tp) |
| time_zone | utc_time_zone () |
Definition at line 269 of file abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h.
Definition at line 270 of file abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h.
Definition at line 271 of file abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h.
Definition at line 268 of file abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h.
Definition at line 272 of file abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h.
Definition at line 267 of file abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h.
Definition at line 46 of file abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h.
| typedef std::chrono::duration< std::int_fast64_t > absl::time_internal::cctz::seconds |
Definition at line 40 of file abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h.
Definition at line 41 of file abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h.
| using absl::time_internal::cctz::time_point = typedef std::chrono::time_point<std::chrono::system_clock, D> |
Definition at line 39 of file abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h.
Definition at line 42 of file abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h.
|
inline |
Definition at line 259 of file abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h.
|
inline |
Definition at line 250 of file abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h.
Definition at line 123 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc.
Definition at line 55 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc.
Definition at line 120 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc.
Definition at line 84 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc.
|
inline |
Definition at line 318 of file abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h.
|
inline |
Definition at line 66 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h.
Definition at line 115 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc.
| time_zone absl::time_internal::cctz::local_time_zone | ( | ) |
Definition at line 129 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc.
|
inline |
Definition at line 372 of file abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h.
| bool absl::time_internal::cctz::ParsePosixSpec | ( | const std::string & | spec, |
| PosixTimeZone * | res | ||
| ) |
Definition at line 136 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc.
| absl::time_internal::cctz::TEST | ( | BreakTime | , |
| LocalTimeInMTV | |||
| ) |
Definition at line 894 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | BreakTime | , |
| LocalTimeInNewYork | |||
| ) |
Definition at line 887 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | BreakTime | , |
| LocalTimeInSydney | |||
| ) |
Definition at line 901 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | BreakTime | , |
| LocalTimeInUTC | |||
| ) |
Definition at line 854 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | BreakTime | , |
| LocalTimeInUTCUnaligned | |||
| ) |
Definition at line 861 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | BreakTime | , |
| LocalTimePosix | |||
| ) |
Definition at line 869 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | BreakTime | , |
| TimePointResolution | |||
| ) |
Definition at line 834 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| Arithmetic | |||
| ) |
Definition at line 642 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| ArithmeticDifference | |||
| ) |
Definition at line 775 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| ArithmeticLimits | |||
| ) |
Definition at line 710 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| DefaultConstruction | |||
| ) |
Definition at line 338 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| DifferenceLimits | |||
| ) |
Definition at line 807 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| DisallowCrossAlignedDifference | |||
| ) |
Definition at line 556 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| ExplicitCrossAlignment | |||
| ) |
Definition at line 503 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| FieldsConstruction | |||
| ) |
Definition at line 366 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| FieldsConstructionLimits | |||
| ) |
Definition at line 410 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| FirstThursdayInMonth | |||
| ) |
Definition at line 1052 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| ImplicitCrossAlignment | |||
| ) |
Definition at line 438 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| LeapYears | |||
| ) |
Definition at line 1019 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| NextPrevWeekday | |||
| ) |
Definition at line 966 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| NormalizeWithHugeYear | |||
| ) |
Definition at line 1007 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| OutputStream | |||
| ) |
Definition at line 890 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| OutputStreamLeftFillWidth | |||
| ) |
Definition at line 914 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| Properties | |||
| ) |
Definition at line 828 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| Relational | |||
| ) |
Definition at line 596 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| StructMember | |||
| ) |
Definition at line 358 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | CivilTime | , |
| ValueSemantics | |||
| ) |
Definition at line 587 of file abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| Basics | |||
| ) |
Definition at line 135 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| CompareExtendSecondsVsSubseconds | |||
| ) |
Definition at line 398 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| Escaping | |||
| ) |
Definition at line 255 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| ExtendedOffset | |||
| ) |
Definition at line 440 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| ExtendedSecondOffset | |||
| ) |
Definition at line 521 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| ExtendedSeconds | |||
| ) |
Definition at line 274 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| ExtendedSubeconds | |||
| ) |
Definition at line 336 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| ExtendedYears | |||
| ) |
Definition at line 602 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| LocaleSpecific | |||
| ) |
Definition at line 204 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| PosixConversions | |||
| ) |
Definition at line 160 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| RFC1123Format | |||
| ) |
Definition at line 682 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| RFC3339Format | |||
| ) |
Definition at line 635 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| TimePointExtendedResolution | |||
| ) |
Definition at line 108 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| TimePointResolution | |||
| ) |
Definition at line 79 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Format | , |
| Week | |||
| ) |
Definition at line 691 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | FormatParse | , |
| RoundTrip | |||
| ) |
Definition at line 1623 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | FormatParse | , |
| RoundTripDistantFuture | |||
| ) |
Definition at line 1665 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | FormatParse | , |
| RoundTripDistantPast | |||
| ) |
Definition at line 1675 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | MakeTime | , |
| LocalTimeLibC | |||
| ) |
Definition at line 1043 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | MakeTime | , |
| Normalization | |||
| ) |
Definition at line 938 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | MakeTime | , |
| SysSecondsLimits | |||
| ) |
Definition at line 952 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | MakeTime | , |
| TimePointResolution | |||
| ) |
Definition at line 908 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | NextTransition | , |
| AmericaNewYork | |||
| ) |
Definition at line 1148 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | NextTransition | , |
| Scan | |||
| ) |
Definition at line 1189 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | NextTransition | , |
| UTC | |||
| ) |
Definition at line 1126 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| Basics | |||
| ) |
Definition at line 784 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| ErrorCases | |||
| ) |
Definition at line 852 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| ExtendedOffset | |||
| ) |
Definition at line 1307 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| ExtendedSecondOffset | |||
| ) |
Definition at line 1338 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| ExtendedSeconds | |||
| ) |
Definition at line 1143 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| ExtendedSecondsScan | |||
| ) |
Definition at line 1205 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| ExtendedSubeconds | |||
| ) |
Definition at line 1225 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| ExtendedSubecondsScan | |||
| ) |
Definition at line 1282 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| ExtendedYears | |||
| ) |
Definition at line 1385 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| LeapSecond | |||
| ) |
Definition at line 827 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| LocaleSpecific | |||
| ) |
Definition at line 1008 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| MaxRange | |||
| ) |
Definition at line 1504 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| PosixConversions | |||
| ) |
Definition at line 895 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| RFC3339Format | |||
| ) |
Definition at line 1417 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| TimePointExtendedResolution | |||
| ) |
Definition at line 764 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| TimePointOverflow | |||
| ) |
Definition at line 1543 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| TimePointOverflowFloor | |||
| ) |
Definition at line 1594 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| TimePointResolution | |||
| ) |
Definition at line 723 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| Week | |||
| ) |
Definition at line 1439 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| WeekYearShift | |||
| ) |
Definition at line 1480 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | Parse | , |
| WithTimeZone | |||
| ) |
Definition at line 802 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc.
| absl::time_internal::cctz::TEST | ( | PrevTransition | , |
| AmericaNewYork | |||
| ) |
Definition at line 1172 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | PrevTransition | , |
| UTC | |||
| ) |
Definition at line 1137 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | StdChronoTimePoint | , |
| TimeTAlignment | |||
| ) |
Definition at line 825 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZone | , |
| Equality | |||
| ) |
Definition at line 777 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZone | , |
| Failures | |||
| ) |
Definition at line 755 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZone | , |
| NamedTimeZones | |||
| ) |
Definition at line 737 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZone | , |
| UTC | |||
| ) |
Definition at line 725 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| AfricaCairo | |||
| ) |
Definition at line 1347 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| AfricaMonrovia | |||
| ) |
Definition at line 1362 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| AmericaJamaica | |||
| ) |
Definition at line 1377 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| AmericaLosAngeles | |||
| ) |
Definition at line 1243 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| AmericaNewYork | |||
| ) |
Definition at line 1227 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| ArizonaNoTransition | |||
| ) |
Definition at line 1259 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| AsiaKathmandu | |||
| ) |
Definition at line 1275 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| AustraliaLordHowe | |||
| ) |
Definition at line 1308 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| FixedOffsets | |||
| ) |
Definition at line 1449 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| NegativeYear | |||
| ) |
Definition at line 1461 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| PacificApia | |||
| ) |
Definition at line 1328 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| PacificChatham | |||
| ) |
Definition at line 1288 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| UTC32bitLimit | |||
| ) |
Definition at line 1472 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| UTC5DigitYear | |||
| ) |
Definition at line 1485 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneEdgeCase | , |
| WET | |||
| ) |
Definition at line 1418 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZoneImpl | , |
| LocalTimeInFixed | |||
| ) |
Definition at line 877 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
| absl::time_internal::cctz::TEST | ( | TimeZones | , |
| LoadZonesConcurrently | |||
| ) |
Definition at line 676 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc.
|
inline |
Definition at line 61 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h.
| time_zone absl::time_internal::cctz::utc_time_zone | ( | ) |
Definition at line 119 of file abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc.