HomeSort by relevance Sort by last modified time
    Searched defs:m_nodeStack (Results 1 - 2 of 2) sorted by null

  /external/deqp/executor/
xeTestCaseListParser.hpp 53 std::vector<TestNode*> m_nodeStack;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 95 private Stack m_nodeStack = new Stack();
253 m_nodeStack.push(map);
269 if (m_nodeStack.isEmpty())
271 MappingRecord map = (MappingRecord) (m_nodeStack.peek());
279 MappingRecord nm1 = (MappingRecord) m_nodeStack.pop();
333 clone.m_nodeStack = (NamespaceMappings.Stack) m_nodeStack.clone();
346 this.m_nodeStack.clear();

Completed in 280 milliseconds