Home
last modified time | relevance | path

Searched defs:ToMicroseconds (Results 1 – 3 of 3) 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
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp59714 double ToMicroseconds() const { return ToMilliseconds() * 1000.0; } in ToMicroseconds() function in mozilla::BaseTimeDuration