Home
last modified time | relevance | path

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

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