Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dmod.rs218 pub struct PlaintextSection<'adv> { struct
222 impl<'adv> PlaintextSection<'adv> { impl
228 impl<'adv> Section<'adv, DataElementParseError> for PlaintextSection<'adv> { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/tests/
Ddeser_v1_tests.rs50 fn as_plaintext_section(&self) -> &PlaintextSection { in as_plaintext_section()