Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/hgvs/
H A Dseq_id_resolver.cpp106 CSeq_id_Handle product_idh; in x_Create() local
126product_idh = sequence::GetId(*mf.GetProduct().GetId(), *m_scope, sequence::eGetId_ForceAcc); in x_Create()
132 if (!product_idh) { in x_Create()
135 return product_idh; in x_Create()
H A Dvariation_util2.cpp690 CSeq_id_Handle product_idh = sequence::GetId(*placement.GetLoc().GetId(), in RemapToAnnotatedTarget() local
693 if(!product_idh) { in RemapToAnnotatedTarget()
718 if(product_id.Equals(*product_idh.GetSeqId())) { in RemapToAnnotatedTarget()
728 if(current_aln.GetSeq_id(0).Equals(*product_idh.GetSeqId())) { in RemapToAnnotatedTarget()