Lines Matching refs:Result
17 pub fn read_all(&mut self) -> Result<Vec<Amf0ValueType>, Amf0ReadError> { in read_all()
33 pub fn read_any(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_any()
56 pub fn read_with_type(&mut self, specified_marker: u8) -> Result<Amf0ValueType, Amf0ReadError> { in read_with_type()
68 pub fn read_number(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_number()
74 pub fn read_bool(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_bool()
83 pub fn read_raw_string(&mut self) -> Result<String, Amf0ReadError> { in read_raw_string()
92 pub fn read_string(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_string()
97 pub fn read_null(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_null()
101 pub fn is_read_object_eof(&mut self) -> Result<bool, Amf0ReadError> { in is_read_object_eof()
110 pub fn read_object(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_object()
129 pub fn read_ecma_array(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_ecma_array()
149 pub fn read_long_string(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_long_string()