Searched refs:myFirstUnhashedRow (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfile-tree.h48 myFirstUnhashedRow(0) { }
84 size_t myFirstUnhashedRow; member in class:FileTreeItem
H A Dfile-tree.cc50 while( myFirstUnhashedRow < n )
52 myChildRows.insert (myChildren[myFirstUnhashedRow]->name(), myFirstUnhashedRow);
53 myFirstUnhashedRow++;
70 myParent->myFirstUnhashedRow = pos;
80 myFirstUnhashedRow = n;

Completed in 100 milliseconds