Lines Matching refs:TPointerBlob
376 if (!(c.ptr is TPointerBlob)) { in T0Comp()
483 if (!(s.ptr is TPointerBlob)) { in T0Comp()
608 cpu.Push(new TValue(0, new TPointerBlob(dataBlock))); in T0Comp()
618 TPointerBlob tb = va.ptr as TPointerBlob; in T0Comp()
643 new TPointerBlob(dataBlock))); in T0Comp()
667 TPointerBlob tb = va.ptr as TPointerBlob; in T0Comp()
685 TPointerBlob tb = va.ptr as TPointerBlob; in T0Comp()
835 } else if (a.ptr is TPointerBlob in T0Comp()
836 && b.ptr is TPointerBlob) in T0Comp()
854 TPointerBlob ap = a.ptr as TPointerBlob; in T0Comp()
855 TPointerBlob bp = b.ptr as TPointerBlob; in T0Comp()
2022 return new TValue(0, new TPointerBlob(this, s)); in StringToBlob()