Searched refs:Boolean (Results 1 – 5 of 5) sorted by relevance
6 Boolean(bool), enumerator
78 1 => Ok(Amf0ValueType::Boolean(true)), in read_bool()79 _ => Ok(Amf0ValueType::Boolean(false)), in read_bool()362 properties.insert(String::from("fpad"), Amf0ValueType::Boolean(false)); in test_player_connect_reader()
29 Amf0ValueType::Boolean(ref val) => self.write_bool(val), in write_any()
386 if let Amf0ValueType::Boolean(fpad) = value { in parse_connect_properties()581 Amf0ValueType::Boolean(val) => Some(val), in on_play()
143 properties_map.insert(String::from("fpad"), Amf0ValueType::Boolean(fpad)); in write_connect()