Searched refs:this_type (Results 1 – 2 of 2) sorted by relevance
156 typedef ScfRef this_type; typedef in ScfRef159 inline /*implicit*/ ScfRef( const this_type& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef()165 …inline this_type& operator=( const this_type& rRef ) { if( this != &rRef ) { rel(); eat( rRef.mp… in operator =()167 …inline this_type& operator=( const ScfRef< Type2 >& rRef ) { rel(); eat( rRef.mpObj, rRef.mpnCou… in operator =()
259 typedef FrameBorderIterBase< Cont, Iter, Pred > this_type; typedef in svx::FrameBorderIterBase263 this_type& operator++();
Completed in 14 milliseconds