Searched defs:SetCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch.cc86 void WriteBatchInternal::SetCount(WriteBatch* b, int n) { function in class:leveldb::WriteBatchInternal
99 WriteBatchInternal::SetCount(this, WriteBatchInternal::Count(this) + 1);
106 WriteBatchInternal::SetCount(this, WriteBatchInternal::Count(this) + 1);
142 SetCount(dst, Count(dst) + Count(src));
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc380 void ScopedReport::SetCount(int count) { function in class:__tsan::ScopedReport

Completed in 204 milliseconds