persistentstorage/dbms/usql/UQ_MULTI.CPP
branchGCC_SURGE
changeset 26 c6f14f20ccfd
parent 0 08ec8eefde2f
equal deleted inserted replaced
23:38383aab3fb8 26:c6f14f20ccfd
    28 
    28 
    29 inline TBool CSqlMultiNode::IsFull() const
    29 inline TBool CSqlMultiNode::IsFull() const
    30 	{ return ( Size() & ( EGranularity - 1 ) ) == 0; }
    30 	{ return ( Size() & ( EGranularity - 1 ) ) == 0; }
    31 
    31 
    32 inline TInt CSqlMultiNode::Size( TInt aLeaves )
    32 inline TInt CSqlMultiNode::Size( TInt aLeaves )
    33 	{ return _FOFF( CSqlMultiNode, iLeaves[ aLeaves ] ); }
    33 	{ return _FOFF_DYNAMIC( CSqlMultiNode, iLeaves[ aLeaves ] ); }
    34 
    34 
    35 CSqlMultiNode::~CSqlMultiNode()
    35 CSqlMultiNode::~CSqlMultiNode()
    36 	{
    36 	{
    37 	TEntry* p = iLeaves;
    37 	TEntry* p = iLeaves;
    38 	TEntry* e = iEnd;
    38 	TEntry* e = iEnd;