Lines Matching refs:Amf0ReadError
2 super::{amf0_markers, errors::Amf0ReadErrorValue, Amf0ReadError, Amf0ValueType},
17 pub fn read_all(&mut self) -> Result<Vec<Amf0ValueType>, Amf0ReadError> { in read_all() argument
33 pub fn read_any(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_any() argument
51 _ => Err(Amf0ReadError { in read_any()
56 pub fn read_with_type(&mut self, specified_marker: u8) -> Result<Amf0ValueType, Amf0ReadError> { in read_with_type() argument
60 return Err(Amf0ReadError { in read_with_type()
68 pub fn read_number(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_number() argument
74 pub fn read_bool(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_bool() argument
83 pub fn read_raw_string(&mut self) -> Result<String, Amf0ReadError> { in read_raw_string() argument
92 pub fn read_string(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_string() argument
97 pub fn read_null(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_null() argument
101 pub fn is_read_object_eof(&mut self) -> Result<bool, Amf0ReadError> { in is_read_object_eof() argument
110 pub fn read_object(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_object() argument
129 pub fn read_ecma_array(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_ecma_array() argument
149 pub fn read_long_string(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_long_string() argument