Lines Matching refs:idh

97 CSeq_id_Which_Tree& CSeq_id_Mapper::x_GetTree(const CSeq_id_Handle& idh)  in x_GetTree()  argument
100 if ( !idh ) { in x_GetTree()
103 else if ( idh.IsGi() ) { in x_GetTree()
107 return idh.m_Info->GetTree(); in x_GetTree()
128 bool CSeq_id_Mapper::HaveMatchingHandles(const CSeq_id_Handle& idh) in HaveMatchingHandles() argument
130 return x_GetTree(idh).HaveMatch(idh); in HaveMatchingHandles()
134 void CSeq_id_Mapper::GetMatchingHandles(const CSeq_id_Handle& idh, in GetMatchingHandles() argument
137 x_GetTree(idh).FindMatch(idh, h_set); in GetMatchingHandles()
141 bool CSeq_id_Mapper::HaveReverseMatch(const CSeq_id_Handle& idh) in HaveReverseMatch() argument
143 return x_GetTree(idh).HaveReverseMatch(idh); in HaveReverseMatch()
147 void CSeq_id_Mapper::GetReverseMatchingHandles(const CSeq_id_Handle& idh, in GetReverseMatchingHandles() argument
150 x_GetTree(idh).FindReverseMatch(idh, h_set); in GetReverseMatchingHandles()
154 bool CSeq_id_Mapper::HaveMatchingHandles(const CSeq_id_Handle& idh, in HaveMatchingHandles() argument
157 if ( HaveMatchingHandles(idh) ) { in HaveMatchingHandles()
163 const CSeq_id_Which_Tree* base_tree = &x_GetTree(idh); in HaveMatchingHandles()
178 if ( tree->HaveMatch(idh) ) { in HaveMatchingHandles()
186 void CSeq_id_Mapper::GetMatchingHandles(const CSeq_id_Handle& idh, in GetMatchingHandles() argument
190 GetMatchingHandles(idh, h_set); in GetMatchingHandles()
194 const CSeq_id_Which_Tree* base_tree = &x_GetTree(idh); in GetMatchingHandles()
209 tree->FindMatch(idh, h_set); in GetMatchingHandles()
214 bool CSeq_id_Mapper::HaveReverseMatch(const CSeq_id_Handle& idh, in HaveReverseMatch() argument
217 if ( HaveReverseMatch(idh) ) { in HaveReverseMatch()
223 const CSeq_id_Which_Tree* base_tree = &x_GetTree(idh); in HaveReverseMatch()
238 if ( tree->HaveReverseMatch(idh) ) { in HaveReverseMatch()
246 void CSeq_id_Mapper::GetReverseMatchingHandles(const CSeq_id_Handle& idh, in GetReverseMatchingHandles() argument
250 GetReverseMatchingHandles(idh, h_set); in GetReverseMatchingHandles()
254 const CSeq_id_Which_Tree* base_tree = &x_GetTree(idh); in GetReverseMatchingHandles()
269 tree->FindReverseMatch(idh, h_set); in GetReverseMatchingHandles()