Home
last modified time | relevance | path

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

/dports/biology/abyss/abyss-2.3.1/Assembly/
H A DBranchGroup.h29 , m_maxNumBranches(0) in BranchGroup()
37 , m_maxNumBranches(maxNumBranches) in BranchGroup()
41 m_branches.reserve(m_maxNumBranches); in BranchGroup()
51 , m_maxNumBranches(maxNumBranches) in BranchGroup()
55 m_branches.reserve(m_maxNumBranches); in BranchGroup()
63 , m_maxNumBranches(o.m_maxNumBranches) in BranchGroup()
67 m_branches.reserve(m_maxNumBranches); in BranchGroup()
73 assert(m_branches.size() < m_maxNumBranches); in addBranch()
82 if (m_branches.size() < m_maxNumBranches) in addBranch()
124 assert(m_branches.size() <= m_maxNumBranches); in updateStatus()
[all …]