Home
last modified time | relevance | path

Searched refs:ObjectId (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/gpu_display/src/
Dgpu_display_x.rs37 type ObjectId = NonZeroU32; typedef
226 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 …]
/external/jackson-databind/release-notes/
DVERSION-2.x1446 #622: Support for non-scalar ObjectId Reference deserialiazation (like JSOG)
1585 #351: ObjectId does not properly handle forward references during deserialization