Searched refs:bottomUpScan (Results 1 – 2 of 2) sorted by relevance
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/graphtree/ |
H A D | revisiontree.h | 65 bool bottomUpScan(long startrev, unsigned recurse, const QString &path, long sRev = -1);
|
H A D | revisiontree.cpp | 177 if (bottomUpScan(m_InitialRevsion, 0, m_Path, 0)) { in RevisionTree() 349 bool RevisionTree::bottomUpScan(long startrev, unsigned recurse, const QString &_path, long _last) in bottomUpScan() function in RevisionTree 417 …if (!bottomUpScan(FORWARDENTRY.copyToRevision, recurse + 1, recPath, FORWARDENTRY.copyToRevision))… in bottomUpScan()
|