Searched refs:mParentNodeStack (Results 1 – 2 of 2) sorted by relevance
65 mParentNodeStack.push(""); in beginTree()86 while (!mParentNodeStack.empty()) in endTree()87 mParentNodeStack.pop(); in endTree()89 mParentNodeStack.push("Root"); in endTree()99 mFile << mParentNodeStack.top() << " -> " << newStyleName << endl; in endTree()100 mParentNodeStack.push(newStyleName); in endTree()102 mParentNodeStack.pop(); in endTree()114 mParentNodeStack.push(nodeId); in beginNode()119 mParentNodeStack.pop(); in endNode()188 mParentNodeStack.push(nodeId); in dumpTree()[all …]
81 std::stack<std::string> mParentNodeStack; member in util::ExternalViewLoggerImpl
Completed in 21 milliseconds