Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/taxon1/
H A Dcache.cpp284 return m_rankStorage.FindFieldStringById( vid, "rank_txt" ).c_str(); in GetRankName()
287 const string& s = m_rankStorage.FindFieldStringById( rank, "rank_txt" ); in GetRankName()
462 const string& sCode = m_divStorage.FindFieldStringById( div_id, "div_cde" ); in GetDivisionCode()
473 const string& s = m_divStorage.FindFieldStringById( div_id, "div_txt" ); in GetDivisionName()
855 CDomainStorage::FindFieldStringById( int value_id, const string& fieldName ) const in FindFieldStringById() function in CDomainStorage
H A Dcache.hpp71 const string& FindFieldStringById( int value_id, const string& fieldName ) const;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/taxon1/
H A Dcache.cpp284 return m_rankStorage.FindFieldStringById( vid, "rank_txt" ).c_str(); in GetRankName()
287 const string& s = m_rankStorage.FindFieldStringById( rank, "rank_txt" ); in GetRankName()
462 const string& sCode = m_divStorage.FindFieldStringById( div_id, "div_cde" ); in GetDivisionCode()
473 const string& s = m_divStorage.FindFieldStringById( div_id, "div_txt" ); in GetDivisionName()
855 CDomainStorage::FindFieldStringById( int value_id, const string& fieldName ) const in FindFieldStringById() function in CDomainStorage
H A Dcache.hpp71 const string& FindFieldStringById( int value_id, const string& fieldName ) const;