Home | History | Annotate | Download | only in templates

Lines Matching full:m_output

747   private Vector m_output;
758 if (null == m_output)
760 m_output = new Vector();
763 m_output.addElement(v);
779 if (null == m_output)
782 return (OutputProperties) m_output.elementAt(i);
793 return (null != m_output)
794 ? m_output.size() : 0;