Searched refs:Virt (Results 1 – 4 of 4) sorted by relevance
9 struct Virt { }; struct10 struct Y : virtual Virt { };18 Z::Z() : ::X<int>(0), Virt(), b(), c() { } in Z()
142 if (_virtPos >= Extents.Back().Virt) in Read()153 if (_virtPos < Extents[mid].Virt) in Read()160 UInt64 phyPos = extent.Phy + (_virtPos - extent.Virt); in Read()168 UInt64 rem = Extents[left + 1].Virt - _virtPos; in Read()186 case STREAM_SEEK_END: offset += Extents.Back().Virt; break; in Seek()
106 UInt64 Virt; member
85 struct HasVirt { virtual void Virt() {}; }; in Virt() function