Searched refs:zone_ (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/date_time/local_time/ |
D | local_date_time.hpp | 85 zone_(tz) in local_date_time_base() 106 zone_(tz) in local_date_time_base() 148 zone_(tz) in local_date_time_base() 217 zone_(rhs.zone_) in local_date_time_base() 224 zone_(tz) in local_date_time_base() 230 return zone_; in zone() 235 if(zone_ != boost::shared_ptr<tz_type>() && zone_->has_dst() && !this->is_special()) { in is_dst() 238 lt += zone_->base_utc_offset(); in is_dst() 242 switch(check_dst(lt.date(), lt.time_of_day(), zone_)){ in is_dst() 248 if(lt + zone_->dst_offset() < zone_->dst_local_end_time(lt.date().year())) { in is_dst() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_impl.h | 54 return zone_->BreakTime(tp); in BreakTime() 61 return zone_->MakeTime(cs); in MakeTime() 67 return zone_->NextTransition(tp, trans); in NextTransition() 71 return zone_->PrevTransition(tp, trans); in PrevTransition() 75 std::string Version() const { return zone_->Version(); } in Version() 78 std::string Description() const { return zone_->Description(); } in Description() 85 std::unique_ptr<TimeZoneIf> zone_; variable
|
D | time_zone_impl.cc | 81 impl = new_impl->zone_ ? new_impl.release() : utc_impl; in LoadTimeZone() 103 : name_(name), zone_(TimeZoneIf::Load(name_)) {} in Impl()
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_impl.h | 54 return zone_->BreakTime(tp); in BreakTime() 61 return zone_->MakeTime(cs); in MakeTime() 67 return zone_->NextTransition(tp, trans); in NextTransition() 71 return zone_->PrevTransition(tp, trans); in PrevTransition() 75 std::string Version() const { return zone_->Version(); } in Version() 78 std::string Description() const { return zone_->Description(); } in Description() 85 std::unique_ptr<TimeZoneIf> zone_; variable
|
D | time_zone_impl.cc | 81 impl = new_impl->zone_ ? new_impl.release() : utc_impl; in LoadTimeZone() 103 : name_(name), zone_(TimeZoneIf::Load(name_)) {} in Impl()
|
/third_party/grpc/src/core/ext/filters/client_channel/xds/ |
D | xds_client_stats.h | 59 zone_(std::move(zone)), in XdsLocalityName() 63 return region_ == other.region_ && zone_ == other.zone_ && 74 cmp_result = zone_.compare(other.zone_); in Compare() 80 const std::string& zone() const { return zone_; } in zone() 87 region_, zone_, sub_zone_); in AsHumanReadableString() 94 std::string zone_; variable
|
/third_party/grpc/src/core/ext/xds/ |
D | xds_client_stats.h | 61 zone_(std::move(zone)), in XdsLocalityName() 65 return region_ == other.region_ && zone_ == other.zone_ && 76 cmp_result = zone_.compare(other.zone_); in Compare() 82 const std::string& zone() const { return zone_; } in zone() 89 region_, zone_, sub_zone_); in AsHumanReadableString() 96 std::string zone_; variable
|
/third_party/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/ |
D | google_c2p_resolver.cc | 100 absl::optional<std::string> zone_; member in grpc_core::__anon09306df30111::GoogleCloud2ProdResolver 286 zone_ = std::move(zone); in ZoneQueryDone() 293 if (zone_.has_value()) StartXdsResolver(); in IPv6QueryDone() 301 if (!zone_->empty()) { in StartXdsResolver() 303 {"zone", *zone_}, in StartXdsResolver()
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | binding.dart | 1023 // microtask to handle the future _in the fake async zone_. We avoid this
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 52272 + zone_->New<ObjectSlotValueDependency>(object, offset, value));
|