Searched defs:DeTypeDisambiguator (Results 1 – 3 of 3) sorted by relevance
| /external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/ |
| D | mod.rs | 261 type DeTypeDisambiguator: Copy; typedef 270 ) -> Result<(Self::DeTypeDisambiguator, DeActualLength), LengthError>; in map_encoded_len_to_actual_len() 301 type DeTypeDisambiguator = DataElementType; typedef 307 ) -> Result<(Self::DeTypeDisambiguator, DeActualLength), LengthError> { in map_encoded_len_to_actual_len()
|
| /external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/ |
| D | happy_path.rs | 180 de_types: Vec<D::DeTypeDisambiguator>, in do_random_roundtrip_test() 188 F: Fn(D::DeTypeDisambiguator, &mut rand_ext::rand_pcg::Pcg64) -> D::Deserialized<Plaintext>, in do_random_roundtrip_test() 395 de_types: Vec<D::DeTypeDisambiguator>, in do_random_roundtrip_test() 405 D::DeTypeDisambiguator, in do_random_roundtrip_test()
|
| /external/rust/beto-rust/nearby/presence/np_adv/src/legacy/data_elements/ |
| D | tests.rs | 169 type DeTypeDisambiguator = TestDataElementType; typedef 175 ) -> Result<(Self::DeTypeDisambiguator, DeActualLength), LengthError> { in map_encoded_len_to_actual_len()
|