Home
last modified time | relevance | path

Searched refs:GetFeatureContentLabel (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.hpp96 static string GetFeatureContentLabel (const CSeq_feat& feat, CRef<CScope> scope);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dvaliderror_format.cpp763 string CValidErrorFormat::GetFeatureContentLabel (const CSeq_feat& feat, CRef<CScope> scope) in GetFeatureContentLabel() function in CValidErrorFormat
920 string content_label = CValidErrorFormat::GetFeatureContentLabel(ft, scope); in GetFeatureLabel()
H A Dvalidatorp.cpp611 string content_label = CValidErrorFormat::GetFeatureContentLabel(ft, m_Scope); in PostErr()