Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bincode/src/de/
Dread.rs16 fn forward_read_str<V>(&mut self, length: usize, visitor: V) -> Result<V::Value> in forward_read_str() method
113 fn forward_read_str<V>(&mut self, length: usize, visitor: V) -> Result<V::Value> in forward_read_str() method
156 fn forward_read_str<V>(&mut self, length: usize, visitor: V) -> Result<V::Value> in forward_read_str() function
/aosp_15_r20/external/rust/android-crates-io/crates/bincode/tests/
Dtest.rs643 fn forward_read_str<V>(&mut self, length: usize, visitor: V) -> Result<V::Value> in test_zero_copy_parse_deserialize_into() method