Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Dlength.rs328 pub struct IndefiniteLength(Option<Length>); struct
330 impl IndefiniteLength { implementation
341 impl IndefiniteLength { impl
358 impl<'a> Decode<'a> for IndefiniteLength { implementation
359 fn decode<R: Reader<'a>>(reader: &mut R) -> Result<IndefiniteLength> { in decode()
372 impl Encode for IndefiniteLength { implementation
388 impl From<Length> for IndefiniteLength { implementation
389 fn from(length: Length) -> IndefiniteLength { in from()
394 impl From<Option<Length>> for IndefiniteLength { implementation
395 fn from(length: Option<Length>) -> IndefiniteLength { in from()
Derror.rs199 IndefiniteLength, enumerator