Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dcompare_feats.cpp138 out << CCompareFeats::s_GetLocLabel(cf.m_feat1->GetLocation(), true) << "\t"; in operator <<()
139 out << CCompareFeats::s_GetLocLabel(*cf.m_feat1_mapped_loc, true) << "\t"; in operator <<()
146 out << CCompareFeats::s_GetLocLabel(cf.m_feat2->GetLocation(), true) << "\t"; in operator <<()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/sequence/
H A Dcompare_feats.hpp432 static string s_GetLocLabel(const CSeq_loc& loc, bool merged = false) in s_GetLocLabel() function in CCompareFeats