Searched refs:ObjectId (Results 1 – 2 of 2) sorted by relevance
37 type ObjectId = NonZeroU32; typedef226 event_devices: BTreeMap<ObjectId, EventDevice>,548 next_id: ObjectId,549 surfaces: BTreeMap<ObjectId, Surface>,550 event_devices: BTreeMap<ObjectId, EventDevice>,624 next_id: ObjectId::new(1).unwrap(), in open_display()632 ObjectId::new(surface_id).and_then(move |id| self.surfaces.get(&id)) in surface_ref()636 ObjectId::new(surface_id).and_then(move |id| self.surfaces.get_mut(&id)) in surface_mut()640 ObjectId::new(event_device_id).and_then(move |id| self.event_devices.get(&id)) in event_device()644 ObjectId::new(event_device_id).and_then(move |id| self.event_devices.get_mut(&id)) in event_device_mut()[all …]
1446 #622: Support for non-scalar ObjectId Reference deserialiazation (like JSOG)1585 #351: ObjectId does not properly handle forward references during deserialization