Home
last modified time | relevance | path

Searched refs:eat (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/filter/inc/
H A Dftools.hxx158 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
/aoo4110/main/libtextcat/data/new_fingerprints/lm/
H A Dirish_gaelic.lm397 eat 26
/aoo4110/main/idlc/source/
H A Dscanner.ll279 [ \t\r]+ ; /* eat up whitespace */

Completed in 25 milliseconds