Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/
Dmod.rs242 pub(in crate::legacy) struct DirectMapper<P: DirectMapPredicate> { struct
246 impl<P: DirectMapPredicate> LengthMapper for DirectMapper<P> { implementation