Home
last modified time | relevance | path

Searched defs:ToMicroseconds (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/fml/time/
Dtime_delta.h46 constexpr int64_t ToMicroseconds() const { return ToNanoseconds() / 1000; } in ToMicroseconds() function
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py205 def ToMicroseconds(self): member in Timestamp
331 def ToMicroseconds(self): member in Duration