Searched refs:ns_ (Results 1 – 11 of 11) sorted by relevance
49 explicit KernelTimeout(absl::Time t) : ns_(MakeNs(t)) {} in KernelTimeout()51 KernelTimeout() : ns_(0) {} in KernelTimeout()59 bool has_timeout() const { return ns_ != 0; } in has_timeout()70 int64_t ns_;109 if (ns_ >= now) { in InMillisecondsFromNow()114 (std::min<uint64_t>(max_nanos, ns_ - now) + 999999u) / 1000000u; in InMillisecondsFromNow()129 int64_t n = ns_; in MakeAbsTimespec()
48 explicit KernelTimeout(absl::Time t) : ns_(MakeNs(t)) {} in KernelTimeout()50 KernelTimeout() : ns_(0) {} in KernelTimeout()58 bool has_timeout() const { return ns_ != 0; } in has_timeout()65 int64_t ns_;88 int64_t n = ns_; in MakeAbsTimespec()132 if (ns_ >= now) { in InMillisecondsFromNow()137 (std::min<uint64_t>(max_nanos, ns_ - now) + 999999u) / 1000000u; in InMillisecondsFromNow()
48 explicit KernelTimeout(absl::Time t) : ns_(MakeNs(t)) {} in KernelTimeout()50 KernelTimeout() : ns_(0) {} in KernelTimeout()58 bool has_timeout() const { return ns_ != 0; } in has_timeout()69 int64_t ns_;108 if (ns_ >= now) { in InMillisecondsFromNow()113 (std::min<uint64_t>(max_nanos, ns_ - now) + 999999u) / 1000000u; in InMillisecondsFromNow()128 int64_t n = ns_; in MakeAbsTimespec()
14 ns_(ns) {} in PolicyChangeRegistrar()18 policy_service_->RemoveObserver(ns_.domain, this); in ~PolicyChangeRegistrar()24 policy_service_->AddObserver(ns_.domain, this); in Observe()31 if (ns != ns_) in OnPolicyUpdated()
108 PolicyNamespace ns_; variable
188 namespace ns_ { namespace
71 #define INTERNAL_CATCH_MAKE_NAMESPACE2(...) ns_##__VA_ARGS__
745 #define INTERNAL_CATCH_MAKE_NAMESPACE2(...) ns_##__VA_ARGS__
748 #define INTERNAL_CATCH_MAKE_NAMESPACE2(...) ns_##__VA_ARGS__