Searched defs:ToMicroseconds (Results 1 – 3 of 3) sorted by relevance
46 constexpr int64_t ToMicroseconds() const { return ToNanoseconds() / 1000; } in ToMicroseconds() function
205 def ToMicroseconds(self): member in Timestamp331 def ToMicroseconds(self): member in Duration
59714 double ToMicroseconds() const { return ToMilliseconds() * 1000.0; } in ToMicroseconds() function in mozilla::BaseTimeDuration