Home
last modified time | relevance | path

Searched refs:zone_ (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.h54 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
Dtime_zone_impl.cc81 impl = new_impl->zone_ ? new_impl.release() : utc_impl; in LoadTimeZone()
103 : name_(name), zone_(TimeZoneIf::Load(name_)) {} in Impl()
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dbinding.dart1023 // microtask to handle the future _in the fake async zone_. We avoid this
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp47992 JS::Zone* zone_; member in JS::RootingContext
48023 return JS::RootingContext::get(cx)->zone_; in GetContextZone()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch45497 + zone_->New<ObjectSlotValueDependency>(object, offset, value));