| 45 | } |
| 46 | |
| 47 | void SC::FileSystemIterator::RecurseStack::pop_back() |
| 48 | { |
| 49 | SC_FILE_SYSTEM_ITERATOR_ASSERT_RELEASE(currentEntry >= 0); |
| 50 | currentEntry--; |
| 51 | } |
| 52 | |
| 53 | SC::Result SC::FileSystemIterator::RecurseStack::push_back(const FolderState& other) |
| 54 | { |
no outgoing calls