Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dvaliderror_format.cpp411 const string kAlternateName = "Specific host value is alternate name: "; in x_FormatBadSpecificHostForSubmitterReport() local
412 if (NStr::StartsWith(error.GetMsg(), kAlternateName)) { in x_FormatBadSpecificHostForSubmitterReport()
413 spec_host = error.GetMsg().substr(kAlternateName.length()); in x_FormatBadSpecificHostForSubmitterReport()