Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/
H A Dannot_selector.cpp201 if ( sel.m_SourceLoc ) { in operator =()
202 m_SourceLoc.reset(new CHandleRangeMap(*sel.m_SourceLoc)); in operator =()
205 m_SourceLoc.reset(); in operator =()
940 m_SourceLoc.reset(new CHandleRangeMap); in SetSourceLoc()
941 m_SourceLoc->AddLocation(loc); in SetSourceLoc()
948 m_SourceLoc.reset(); in ResetSourceLoc()
H A Dannot_collector.cpp2794 if ( !m_Selector->m_SourceLoc ) { in x_SearchTSE()
2797 const CHandleRangeMap& src_hrm = *m_Selector->m_SourceLoc; in x_SearchTSE()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/
H A Dannot_selector.cpp201 if ( sel.m_SourceLoc ) { in operator =()
202 m_SourceLoc.reset(new CHandleRangeMap(*sel.m_SourceLoc)); in operator =()
205 m_SourceLoc.reset(); in operator =()
940 m_SourceLoc.reset(new CHandleRangeMap); in SetSourceLoc()
941 m_SourceLoc->AddLocation(loc); in SetSourceLoc()
948 m_SourceLoc.reset(); in ResetSourceLoc()
H A Dannot_collector.cpp2794 if ( !m_Selector->m_SourceLoc ) { in x_SearchTSE()
2797 const CHandleRangeMap& src_hrm = *m_Selector->m_SourceLoc; in x_SearchTSE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/
H A Dannot_selector.hpp876 AutoPtr<CHandleRangeMap> m_SourceLoc; member
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/
H A Dannot_selector.hpp876 AutoPtr<CHandleRangeMap> m_SourceLoc; member