Searched refs:NULL (Results 1 – 4 of 4) sorted by relevance
5 pub const NULL: u8 = 0x05; constant
66 self.writer.write_u8(amf0_markers::NULL)?; in write_null()
48 amf0_markers::NULL => self.read_null(), in read_any()
48 Err(_) => amf_reader.read_with_type(amf0_markers::NULL)?, in parse()