Searched refs:Object (Results 1 – 5 of 5) sorted by relevance
8 Object(IndexMap<String, Amf0ValueType>), enumerator
126 Ok(Amf0ValueType::Object(properties)) in read_object()146 Ok(Amf0ValueType::Object(properties)) in read_ecma_array()235 assert_eq!(command_obj_raw, Amf0ValueType::Object(properties)); in test_amf_reader()369 assert_eq!(command_obj_raw.unwrap(), Amf0ValueType::Object(properties)); in test_player_connect_reader()
33 Amf0ValueType::Object(ref val) => self.write_object(val), in write_any()
302 Amf0ValueType::Object(obj) => obj, in on_amf0_command_message()324 Amf0ValueType::Object(obj) => self.on_status(&obj).await?, in on_amf0_command_message()
302 Amf0ValueType::Object(obj) => obj, in on_amf0_command_message()