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

  /art/runtime/mirror/
string-inl.h 48 string->SetCount(count_);
67 string->SetCount(count_);
94 string->SetCount(count_);
117 string->SetCount(count_);
string.h 64 void SetCount(int32_t new_count) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
182 ART_FRIEND_TEST(ObjectTest, StringLength); // for SetOffset and SetCount
  /external/lldb/include/lldb/Core/
Flags.h 235 SetCount () const
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 219 rep.SetCount(leaks[i].count);
tsan_rtl.h 529 void SetCount(int count);
tsan_rtl_report.cc 359 void ScopedReport::SetCount(int count) {
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 110 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 84 void CPDF_ClipPathData::SetCount(int path_count, int text_count)

Completed in 722 milliseconds