Searched defs:NanoSeconds (Results 1 – 3 of 3) sorted by relevance
107 struct NanoSeconds : std::chrono::nanoseconds { struct108 NanoSeconds() : std::chrono::nanoseconds(0) {} in NanoSeconds() argument109 NanoSeconds(double d) : std::chrono::nanoseconds(static_cast<int64_t>(d)) {} in NanoSeconds() function110 NanoSeconds(const std::chrono::nanoseconds& d) in NanoSeconds() function116 MicroSeconds asMicroSeconds() const { in asMicroSeconds()119 MilliSeconds asMilliSeconds() const { in asMilliSeconds()122 static NanoSeconds infinity() { in infinity()
61 using NanoSeconds = std::chrono::duration<int64_t, std::nano>; in clientWait() typedef
59 NanoSeconds, enumerator