HomeSort by relevance Sort by last modified time
    Searched refs:SetCount (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch_internal.h 22 static void SetCount(WriteBatch* batch, int n);
write_batch.cc 86 void WriteBatchInternal::SetCount(WriteBatch* b, int n) {
99 WriteBatchInternal::SetCount(this, WriteBatchInternal::Count(this) + 1);
106 WriteBatchInternal::SetCount(this, WriteBatchInternal::Count(this) + 1);
142 SetCount(dst, Count(dst) + Count(src));
  /external/lldb/include/lldb/Core/
Flags.h 235 SetCount () const
  /art/runtime/mirror/
string.h 140 void SetCount(int32_t new_count) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
166 FRIEND_TEST(ObjectTest, StringLength); // for SetOffset and SetCount
string.cc 131 string->SetCount(array->GetLength());
object_test.cc 452 string->SetCount(5);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 210 rep.SetCount(leaks[i].count);
tsan_rtl.h 511 void SetCount(int count);
tsan_rtl_report.cc 382 void ScopedReport::SetCount(int count) {
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 112 void SetCount(int path_count, int text_count);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 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);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 255 FIList.SetCount(Value);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 87 void CPDF_ClipPathData::SetCount(int path_count, int text_count)

Completed in 198 milliseconds