Home
last modified time | relevance | path

Searched refs:mParentNodeStack (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/writerfilter/qa/cppunittests/odiapi/
H A DExternalViewLogger.cxx65 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 …]
H A DExternalViewLogger.hxx81 std::stack<std::string> mParentNodeStack; member in util::ExternalViewLoggerImpl

Completed in 36 milliseconds