Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp421 m_RuleListStack.push( ruleName ); in beginParseRuleNode()
469 std::string ruleName = m_RuleListStack.top(); in endParseRuleNode()
470 m_RuleListStack.pop(); in endParseRuleNode()
529 std::string ruleName = m_RuleListStack.top(); in processCDATA()
Dgrxmldoc.h160 std::stack<std::string> m_RuleListStack; variable