Home | History | Annotate | Download | only in tinyxml2

Lines Matching refs:depth

1663     depth( 0 ),

1721 void XMLPrinter::PrintSpace( int depth )
1723 for( int i=0; i<depth; ++i ) {
1788 PrintSpace( depth );
1794 ++depth;
1841 --depth;
1850 PrintSpace( depth );
1855 if ( textDepth == depth )
1857 if ( depth == 0 && !compactMode)
1872 textDepth = depth-1;
1934 PrintSpace( depth );
1948 PrintSpace( depth );
1962 PrintSpace( depth );