Home
last modified time | relevance | path

Searched refs:GetFeatureProductLocLabel (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/validator/
H A Dvaliderror_format.hpp98 …static string GetFeatureProductLocLabel(const CSeq_feat& ft, CRef<CScope> scope, bool suppress_con…
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dvaliderror_format.cpp867 string CValidErrorFormat::GetFeatureProductLocLabel(const CSeq_feat& ft, CRef<CScope> scope, bool s… in GetFeatureProductLocLabel() function in CValidErrorFormat
942 string product_label = GetFeatureProductLocLabel(ft, scope, suppress_context); in GetFeatureLabel()
H A Dvalidatorp.cpp637 …string product_label = CValidErrorFormat::GetFeatureProductLocLabel(ft, m_Scope, m_SuppressContext… in PostErr()