Home | History | Annotate | Download | only in transformer

Lines Matching defs:m_attrSetStack

246   Stack m_attrSetStack = null;
462 m_attrSetStack = null;
2680 if (null == m_attrSetStack)
2682 m_attrSetStack = new Stack();
2685 if (!m_attrSetStack.empty())
2687 int loc = m_attrSetStack.search(attrSet);
2706 m_attrSetStack.push(attrSet);
2714 m_attrSetStack.pop();