Home
last modified time | relevance | path

Searched refs:allow_trailing_bytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/
Dlib.rs112 .allow_trailing_bytes() in serialize()
131 .allow_trailing_bytes() in deserialize_from()
152 .allow_trailing_bytes() in deserialize_from_custom()
167 .allow_trailing_bytes() in deserialize_in_place()
183 .allow_trailing_bytes() in deserialize()
199 .allow_trailing_bytes() in serialized_size()
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/config/
Dlegacy.rs52 .allow_trailing_bytes()
60 .allow_trailing_bytes()
68 .allow_trailing_bytes()
77 .allow_trailing_bytes()
85 .allow_trailing_bytes()
93 .allow_trailing_bytes()
Dmod.rs172 fn allow_trailing_bytes(self) -> WithOtherTrailing<Self, AllowTrailing> { in allow_trailing_bytes() method