Searched refs:TokenPool (Results 1 – 3 of 3) sorted by relevance
66 TokenPool::TokenPool( void ) in TokenPool() function in TokenPool119 TokenPool::~TokenPool() in ~TokenPool()174 bool TokenPool::GrowString( void ) in GrowString()199 bool TokenPool::GrowDouble( void ) in GrowDouble()223 void TokenPool::GrowError( void )271 bool TokenPool::GrowId( void ) in GrowId()293 bool TokenPool::GrowElement( void ) in GrowElement()330 bool TokenPool::GrowExt( void ) in GrowExt()350 bool TokenPool::GrowNlf( void ) in GrowNlf()370 bool TokenPool::GrowMatrix( void ) in GrowMatrix()[all …]
85 class TokenPool class188 TokenPool( void );189 ~TokenPool();190 inline TokenPool& operator <<( const TokenId nId );192 inline TokenPool& operator <<( TokenStack& rStack );301 inline TokenPool& TokenPool::operator <<( const TokenId nId ) in operator <<()320 inline TokenPool& TokenPool::operator <<( const DefTokenId eId ) in operator <<()336 inline TokenPool& TokenPool::operator <<( TokenStack& rStack ) in operator <<()349 inline void TokenPool::operator >>( TokenStack& rStack ) in operator >>()357 inline const TokenId TokenPool::Store( void ) in Store()[all …]
180 TokenPool aPool; // User Token + Predefined Token
Completed in 48 milliseconds