Home
last modified time | relevance | path

Searched defs:Capacity (Results 1 – 16 of 16) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dbytebuffer.h47 size_t Capacity() const { return size_ - start_; } in Capacity() function
/external/llvm/include/llvm/Support/
DArrayRecycler.h72 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function
75 Capacity() : Index(0) {} in Capacity() function
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp25 TEST(ArrayRecyclerTest, Capacity) { in TEST() argument
/external/llvm/lib/Support/
DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/external/clang/lib/Sema/
DTypeLocBuilder.h31 size_t Capacity; variable
/external/protobuf/src/google/protobuf/
Drepeated_field.h440 inline int RepeatedField<Element>::Capacity() const { in Capacity() function
682 inline int RepeatedPtrFieldBase::Capacity() const { in Capacity() function
905 inline int RepeatedPtrField<Element>::Capacity() const { in Capacity() function
/external/clang/include/clang/Analysis/Support/
DBumpVector.h54 T *Begin, *End, *Capacity; variable
/external/clang/include/clang/AST/
DASTVector.h58 T *Begin, *End, *Capacity; variable
/external/llvm/include/llvm/ADT/
DBitVector.h34 unsigned Capacity; // Size of allocated memory in BitWord. variable
DIntervalMap.h215 enum { Capacity = N }; enumerator
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas179 property Capacity: Integer read GetCapacity write SetCapacity; property
/external/v8/src/
Dspaces.h1240 intptr_t Capacity() { return capacity_; } in Capacity() function
1465 intptr_t Capacity() { return accounting_stats_.Capacity(); } in Capacity() function
1919 int Capacity() { return capacity_; } in Capacity() function
2117 intptr_t Capacity() { in Capacity() function
Dobjects.h2734 int Capacity() { in Capacity() function
Dheap.cc183 intptr_t Heap::Capacity() { in Capacity() function in v8::internal::Heap
/external/clang/lib/CodeGen/
DCGCleanup.cpp98 unsigned Capacity = 1024; in allocate() local
/external/tinyxml2/
Dtinyxml2.h203 int Capacity() const { return allocated; } in Capacity() function