Searched refs:eat (Results 1 – 3 of 3) sorted by relevance
158 inline explicit ScfRef( element_type* pObj = 0 ) { eat( pObj ); } in ScfRef()159 inline /*implicit*/ ScfRef( const this_type& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef()161 inline /*implicit*/ ScfRef( const ScfRef< Type2 >& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef()164 inline void reset( element_type* pObj = 0 ) { rel(); eat( pObj ); } in reset()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 =()178 …inline void eat( element_type* pObj, size_t* pnCount = 0 ) { mpObj = pObj; mpnCount = mpOb… in eat() function in ScfRef
397 eat 26
279 [ \t\r]+ ; /* eat up whitespace */
Completed in 20 milliseconds