Home
last modified time | relevance | path

Searched refs:SetCount (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
Dwrite_batch.cc86 void WriteBatchInternal::SetCount(WriteBatch* b, int n) { in SetCount() function in leveldb::WriteBatchInternal
99 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()
Dwrite_batch_internal.h22 static void SetCount(WriteBatch* batch, int n);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas134 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
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas255 FIList.SetCount(Value);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc188 rep.SetCount(leaks[i].count); in ThreadFinalize()
Dtsan_rtl.h569 void SetCount(int count);
Dtsan_rtl_report.cc380 void ScopedReport::SetCount(int count) { in SetCount() function in __tsan::ScopedReport