Searched refs:Virt (Results 1 – 8 of 8) sorted by relevance
9 struct Virt { }; struct10 struct Y : virtual Virt { };18 Z::Z() : ::X<int>(0), Virt(), b(), c() { } in Z()
157 if (_virtPos >= Extents.Back().Virt) in Read()168 if (_virtPos < Extents[mid].Virt) in Read()175 UInt64 phyPos = extent.Phy + (_virtPos - extent.Virt); in Read()183 UInt64 rem = Extents[left + 1].Virt - _virtPos; in Read()201 case STREAM_SEEK_END: offset += Extents.Back().Virt; break; in Seek()
107 UInt64 Virt; member
275 struct Virt { virtual int f(int) const; }; struct288 A<NonLit, NonLit, Virt> a = NonLit();298 struct B : Virt {
412 #define VCLASS_NAME(casename, testname) Virt##casename##_##testname
85 struct HasVirt { virtual void Virt() {}; }; in Virt() function
110 struct HasVirt { virtual void Virt() {}; }; in Virt() function