Searched refs:annotation_map (Results 1 – 1 of 1) sorted by relevance
22 pub annotation_map: HashMap<TermId, TermAnnotation>, field34 if self.annotation_map.contains_key(term_id) { in get_annotation_for_term()35 return Some(self.annotation_map[term_id].clone()); in get_annotation_for_term()335 let mut annotation_map = HashMap::new(); in parse_annotations() localVariable386 annotation_map.insert(term_id, annotation); in parse_annotations()401 !annotation_map.contains_key(&term_id), in parse_annotations()427 annotation_map.insert(term_id, annotation); in parse_annotations()461 annotation_map, in parse_annotations()