Example #1
0
 public _IVisitor4_166(FileUsageStatsCollector _enclosing, LongByRef slotUsage, IMiscCollector
                       miscCollector, LongByRef miscUsage)
 {
     this._enclosing    = _enclosing;
     this.slotUsage     = slotUsage;
     this.miscCollector = miscCollector;
     this.miscUsage     = miscUsage;
 }
        public virtual long CollectFor(LocalObjectContainer db, int id, ISlotMap slotMap)
        {
            object bigSet = db.GetByID(id);

            db.Activate(bigSet, 1);
            BTree btree = (BTree)Reflection4.GetFieldValue(bigSet, "_bTree");

            return(FileUsageStatsCollector.BTreeUsage(db, btree, slotMap));
        }
 public _IVisitor4_167(FileUsageStatsCollector _enclosing, IntByRef numInstances,
                       LongByRef slotUsage, IMiscCollector miscCollector, LongByRef miscUsage)
 {
     this._enclosing    = _enclosing;
     this.numInstances  = numInstances;
     this.slotUsage     = slotUsage;
     this.miscCollector = miscCollector;
     this.miscUsage     = miscUsage;
 }
Example #4
0
 public _IProcedure4_217(FileUsageStatsCollector _enclosing, IntByRef usage)
 {
     this._enclosing = _enclosing;
     this.usage      = usage;
 }
Example #5
0
 public _IVisitor4_190(FileUsageStatsCollector _enclosing)
 {
     this._enclosing = _enclosing;
 }
Example #6
0
 public _IProcedure4_125(FileUsageStatsCollector _enclosing, LongByRef usage)
 {
     this._enclosing = _enclosing;
     this.usage      = usage;
 }
Example #7
0
			public _IProcedure4_217(FileUsageStatsCollector _enclosing, IntByRef usage)
			{
				this._enclosing = _enclosing;
				this.usage = usage;
			}
Example #8
0
			public _IVisitor4_190(FileUsageStatsCollector _enclosing)
			{
				this._enclosing = _enclosing;
			}
Example #9
0
			public _IVisitor4_166(FileUsageStatsCollector _enclosing, LongByRef slotUsage, IMiscCollector
				 miscCollector, LongByRef miscUsage)
			{
				this._enclosing = _enclosing;
				this.slotUsage = slotUsage;
				this.miscCollector = miscCollector;
				this.miscUsage = miscUsage;
			}
Example #10
0
			public _IProcedure4_125(FileUsageStatsCollector _enclosing, LongByRef usage)
			{
				this._enclosing = _enclosing;
				this.usage = usage;
			}