Searched defs:CMftRef (Results 1 – 1 of 1) sorted by relevance
215 struct CMftRef struct217 UInt64 Val;219 UInt64 GetIndex() const { return Val & (((UInt64)1 << 48) - 1); } in GetIndex()220 UInt16 GetNumber() const { return (UInt16)(Val >> 48); } in GetNumber()221 bool IsBaseItself() const { return Val == 0; } in IsBaseItself()223 CMftRef(): Val(0) {} in CMftRef() function