Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/util/
H A Dautodef.hpp94 void SetKeepExons(bool keep);
248 void CAutoDef::SetKeepExons(bool keep) in SetKeepExons() function in CAutoDef
250 m_Options.SetKeepExons(keep); in SetKeepExons()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/util/
H A Dautodef.hpp94 void SetKeepExons(bool keep);
248 void CAutoDef::SetKeepExons(bool keep) in SetKeepExons() function in CAutoDef
250 m_Options.SetKeepExons(keep); in SetKeepExons()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/unit_test/
H A Dunit_test_autodef.cpp1790 autodef.SetKeepExons(true); in BOOST_AUTO_TEST_CASE()