Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/
Dmod.rs376 let invalid_sections_count = self.malformed_sections_count + self.encrypted_sections.len(); in finished_with_decryption_attempts() localVariable
419 pub fn invalid_sections_count(&self) -> usize { in invalid_sections_count() method