Home
last modified time | relevance | path

Searched refs:PosixDefaultTimezoneCache (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix-time.h13 class PosixDefaultTimezoneCache : public PosixTimezoneCache { class
18 ~PosixDefaultTimezoneCache() override = default;
H A Dplatform-posix-time.cc12 const char* PosixDefaultTimezoneCache::LocalTimezone(double time) { in LocalTimezone()
21 double PosixDefaultTimezoneCache::LocalTimeOffset(double time_ms, bool is_utc) { in LocalTimeOffset()
H A Dplatform-qnx.cc89 return new PosixDefaultTimezoneCache(); in CreateTimezoneCache()
H A Dplatform-openbsd.cc38 return new PosixDefaultTimezoneCache(); in CreateTimezoneCache()
H A Dplatform-freebsd.cc43 return new PosixDefaultTimezoneCache(); in CreateTimezoneCache()
H A Dplatform-darwin.cc72 return new PosixDefaultTimezoneCache(); in CreateTimezoneCache()
H A Dplatform-linux.cc43 return new PosixDefaultTimezoneCache(); in CreateTimezoneCache()
H A Dplatform-fuchsia.cc227 return new PosixDefaultTimezoneCache(); in CreateTimezoneCache()

Completed in 3 milliseconds