Home
last modified time | relevance | path

Searched refs:ExtraKeys (Results 1 – 25 of 55) sorted by relevance

123

/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/traits/
H A Devent.rs22 pub trait ExtraKeys { interface
44 impl ExtraKeys for NoExtraKeys {
82 type Extra: ExtraKeys;
H A Dmod.rs35 pub use self::event::ExtraKeys;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/traits/
H A Devent.rs22 pub trait ExtraKeys { trait
44 impl ExtraKeys for NoExtraKeys {
82 type Extra: ExtraKeys;
H A Dmod.rs34 pub use self::event::ExtraKeys;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/traits/
H A Devent.rs22 pub trait ExtraKeys { interface
44 impl ExtraKeys for NoExtraKeys {
82 type Extra: ExtraKeys;
H A Dmod.rs34 pub use self::event::ExtraKeys;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/glean/api/src/metrics/
H A Devent.rs20 pub trait ExtraKeys: Hash + Eq + PartialEq + Copy { interface
44 impl ExtraKeys for NoExtraKeys {
64 impl<K: ExtraKeys> EventMetric<K> {
H A Dmod.rs34 pub use self::event::{EventMetric, ExtraKeys, NoExtraKeys};
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/api/src/
H A Dmetrics.rs18 use crate::private::{EventMetric, EventRecordingError, ExtraKeys};
22 fn extra_keys_len<K: ExtraKeys>(_event: &EventMetric<K>) -> usize { in extra_keys_len()
32 fn id_for_extra_key<K: ExtraKeys>( in id_for_extra_key()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/api/src/
H A Dmetrics.rs18 use crate::private::{EventMetric, EventRecordingError, ExtraKeys};
22 fn extra_keys_len<K: ExtraKeys>(_event: &EventMetric<K>) -> usize { in extra_keys_len()
32 fn id_for_extra_key<K: ExtraKeys>( in id_for_extra_key()
/dports/www/firefox/firefox-99.0/toolkit/components/glean/api/src/
H A Dmetrics.rs17 use crate::private::{EventMetric, EventRecordingError, ExtraKeys};
21 fn extra_keys_len<K: ExtraKeys>(_event: &EventMetric<K>) -> usize { in extra_keys_len()
31 fn id_for_extra_key<K: ExtraKeys>( in id_for_extra_key()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/glean/api/tests/
H A Devent.rs10 use glean::metrics::{CommonMetricData, EventMetric, ExtraKeys, Lifetime, NoExtraKeys};
45 impl ExtraKeys for TestKeys { in smoke_test_event_with_extra()
/dports/www/firefox/firefox-99.0/third_party/rust/glean/src/private/
H A Devent.rs31 impl<K: traits::ExtraKeys> EventMetric<K> {
56 impl<K: traits::ExtraKeys> traits::Event for EventMetric<K> {
137 impl glean_core::traits::ExtraKeys for SomeExtra { in with_extra_keys()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean/src/private/
H A Devent.rs31 impl<K: traits::ExtraKeys> EventMetric<K> {
56 impl<K: traits::ExtraKeys> traits::Event for EventMetric<K> {
137 impl glean_core::traits::ExtraKeys for SomeExtra { in with_extra_keys()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean/src/private/
H A Devent.rs31 impl<K: traits::ExtraKeys> EventMetric<K> {
56 impl<K: traits::ExtraKeys> traits::Event for EventMetric<K> {
137 impl glean_core::traits::ExtraKeys for SomeExtra { in with_extra_keys()
/dports/www/firefox/firefox-99.0/toolkit/components/glean/api/src/private/
H A Devent.rs14 pub use glean::traits::{EventRecordingError, ExtraKeys, NoExtraKeys};
35 impl<K: 'static + ExtraKeys + Send + Sync> EventMetric<K> {
86 impl<K: 'static + ExtraKeys + Send + Sync> Event for EventMetric<K> {
H A Dmod.rs42 pub use self::event::{EventMetric, EventRecordingError, ExtraKeys, NoExtraKeys};
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/api/src/private/
H A Devent.rs14 pub use glean::traits::{EventRecordingError, ExtraKeys, NoExtraKeys};
35 impl<K: 'static + ExtraKeys + Send + Sync> EventMetric<K> {
86 impl<K: 'static + ExtraKeys + Send + Sync> Event for EventMetric<K> {
H A Dmod.rs38 pub use self::event::{EventMetric, EventRecordingError, ExtraKeys, NoExtraKeys};
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/api/src/private/
H A Devent.rs14 pub use glean::traits::{EventRecordingError, ExtraKeys, NoExtraKeys};
35 impl<K: 'static + ExtraKeys + Send + Sync> EventMetric<K> {
86 impl<K: 'static + ExtraKeys + Send + Sync> Event for EventMetric<K> {
H A Dmod.rs38 pub use self::event::{EventMetric, EventRecordingError, ExtraKeys, NoExtraKeys};
/dports/www/firefox/firefox-99.0/third_party/python/glean_parser/glean_parser/templates/
H A Drust.jinja232 impl ExtraKeys for {{ obj.name|Camelize }}{{ suffix }} {
59 use glean::{private::*, traits::ExtraKeys, CommonMetricData, HistogramType, Lifetime};
118 /// The map will be decoded into the appropriate `ExtraKeys` type.
148 /// The map will be decoded into the appropriate `ExtraKeys` type.
177 /// The map will be decoded into the appropriate `ExtraKeys` types.
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/build_scripts/glean_parser_ext/templates/
H A Drust.jinja233 impl ExtraKeys for {{ obj.name|Camelize }}{{ suffix }} {
112 /// The map will be decoded into the appropriate `ExtraKeys` type.
142 /// The map will be decoded into the appropriate `ExtraKeys` type.
171 /// The map will be decoded into the appropriate `ExtraKeys` types.
/dports/www/firefox/firefox-99.0/toolkit/components/glean/build_scripts/glean_parser_ext/templates/
H A Drust.jinja233 impl ExtraKeys for {{ obj.name|Camelize }}{{ suffix }} {
112 /// The map will be decoded into the appropriate `ExtraKeys` type.
142 /// The map will be decoded into the appropriate `ExtraKeys` type.
171 /// The map will be decoded into the appropriate `ExtraKeys` types.
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/build_scripts/glean_parser_ext/templates/
H A Drust.jinja233 impl ExtraKeys for {{ obj.name|Camelize }}{{ suffix }} {
112 /// The map will be decoded into the appropriate `ExtraKeys` type.
142 /// The map will be decoded into the appropriate `ExtraKeys` type.
171 /// The map will be decoded into the appropriate `ExtraKeys` types.

123