Searched refs:SetCount (Results 1 – 7 of 7) sorted by relevance
86 void WriteBatchInternal::SetCount(WriteBatch* b, int n) { in SetCount() function in leveldb::WriteBatchInternal99 WriteBatchInternal::SetCount(this, WriteBatchInternal::Count(this) + 1); in Put()106 WriteBatchInternal::SetCount(this, WriteBatchInternal::Count(this) + 1); in Delete()142 SetCount(dst, Count(dst) + Count(src)); in Append()
22 static void SetCount(WriteBatch* batch, int n);
134 procedure SetCount(Value: Integer);180 property Count: Integer read GetCount write SetCount;223 procedure SetCount(Value: Integer);522 procedure TList<T>.SetCount(Value: Integer); procedure
255 FIList.SetCount(Value);
188 rep.SetCount(leaks[i].count); in ThreadFinalize()
569 void SetCount(int count);
380 void ScopedReport::SetCount(int count) { in SetCount() function in __tsan::ScopedReport