Searched refs:object_id_to_cbid (Results 1 – 1 of 1) sorted by relevance
11 object_id_to_cbid: HashMap<String, u32>, field25 object_id_to_cbid: HashMap::new(), in new()39 if let Some(cbid) = self.object_id_to_cbid.get(&callback.get_object_id()) { in add_callback()52 self.object_id_to_cbid.insert(callback.get_object_id(), id); in add_callback()69 self.object_id_to_cbid.remove(&callback.get_object_id()); in remove_callback()