Home
last modified time | relevance | path

Searched defs:TimespanMetric (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/metrics/
H A Dtimespan.rs19 pub struct TimespanMetric { struct
25 impl MetricType for TimespanMetric { argument
39 impl TimespanMetric { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/metrics/
H A Dtimespan.rs19 pub struct TimespanMetric { struct
25 impl MetricType for TimespanMetric { implementation
39 impl TimespanMetric { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/metrics/
H A Dtimespan.rs19 pub struct TimespanMetric { struct
25 impl MetricType for TimespanMetric { argument
39 impl TimespanMetric { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/metrics/
H A Dtimespan.rs19 pub struct TimespanMetric { struct
25 impl MetricType for TimespanMetric { argument
35 impl TimespanMetric { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/glean/api/src/metrics/
H A Dtimespan.rs15 pub struct TimespanMetric { struct
16 inner: RwLock<glean_core::metrics::TimespanMetric>, argument
19 impl TimespanMetric { impl
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/api/src/private/
H A Dtimespan.rs17 pub enum TimespanMetric { enum
22 impl TimespanMetric { impl
53 impl Timespan for TimespanMetric { implementation
/dports/www/firefox/firefox-99.0/toolkit/components/glean/api/src/private/
H A Dtimespan.rs17 pub enum TimespanMetric { enum
22 impl TimespanMetric { impl
53 impl Timespan for TimespanMetric { implementation
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/api/src/private/
H A Dtimespan.rs17 pub enum TimespanMetric { enum
22 impl TimespanMetric { impl
53 impl Timespan for TimespanMetric { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/glean/src/private/
H A Dtimespan.rs26 pub struct TimespanMetric(pub(crate) Arc<RwLock<glean_core::metrics::TimespanMetric>>); struct
28 impl TimespanMetric { impl
37 impl glean_core::traits::Timespan for TimespanMetric { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean/src/private/
H A Dtimespan.rs26 pub struct TimespanMetric(pub(crate) Arc<RwLock<glean_core::metrics::TimespanMetric>>); struct
28 impl TimespanMetric { impl
37 impl glean_core::traits::Timespan for TimespanMetric { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean/src/private/
H A Dtimespan.rs26 pub struct TimespanMetric(pub(crate) Arc<RwLock<glean_core::metrics::TimespanMetric>>); struct
28 impl TimespanMetric { implementation
37 impl glean_core::traits::Timespan for TimespanMetric { implementation
/dports/www/firefox/firefox-99.0/toolkit/components/glean/bindings/private/
H A DTimespan.h20 constexpr explicit TimespanMetric(uint32_t aId) : mId(aId) {} in TimespanMetric() function
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/bindings/private/
H A DTimespan.h20 constexpr explicit TimespanMetric(uint32_t aId) : mId(aId) {} in TimespanMetric() function
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/bindings/private/
H A DTimespan.h20 constexpr explicit TimespanMetric(uint32_t aId) : mId(aId) {} in TimespanMetric() function