Searched refs:loopStack (Results 1 – 1 of 1) sorted by relevance
603 std::vector<size_t> loopStack; in DumpDatas() local629 loopStack.push_back(index); in DumpDatas()633 if (!loopStack.empty()) { in DumpDatas()634 index = loopStack.back() - 1; // the 1 will add back by end for. in DumpDatas()636 loopStack.clear(); // clear now. in DumpDatas()