Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/kv/
H A Dsource.rs483 struct OnePair { in count() struct
484 key: &'static str, in count()
485 value: i32, in count()
488 impl Source for OnePair { in count() implementation
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/kv/
Dsource.rs481 struct OnePair { in count() struct
482 key: &'static str, in count()
483 value: i32, in count()
486 impl Source for OnePair { in count() implementation