Searched refs:mPastSections (Results 1 – 2 of 2) sorted by relevance
89 Vector<Section> mPastSections; member
437 mPastSections.push(mCurrentSection); in startElementHandler()589 if (!strcmp(name, "Include") && mPastSections.size() > 0) { in endElementHandler()590 mCurrentSection = mPastSections.top(); in endElementHandler()591 mPastSections.pop(); in endElementHandler()