Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx106 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() local
107 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
109 (*this_it)->visitedBy( *this, this_it ); in visit()
110 this_it++; in visit()
177 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() local
178 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
180 (*this_it)->visitedBy( *this, this_it ); in visit()
181 this_it++; in visit()
199 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() local
200 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
[all …]
H A Dwritertreevisiting.cxx56 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() local
57 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
59 (*this_it)->visitedBy( *this, this_it ); in visit()
60 this_it++; in visit()
79 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() local
80 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
82 (*this_it)->visitedBy( *this, this_it ); in visit()
83 this_it++; in visit()
101 std::list< Element* >::iterator this_it = elem.Children.begin(); in visit() local
102 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
[all …]