/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 73 explicit Capacity(uint8_t idx) : Index(idx) {} in Capacity() function 76 Capacity() : Index(0) {} in Capacity() function
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
D | trace-buffer.h | 33 size_t Capacity() const { return max_chunks_ * TraceBufferChunk::kChunkSize; } in Capacity() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangle.h | 32 size_t Capacity = 0; member 36 void addNode(size_t Capacity) { in addNode()
|
/third_party/node/src/tracing/ |
D | node_trace_buffer.h | 39 size_t Capacity() const { return max_chunks_ * TraceBufferChunk::kChunkSize; } in Capacity() function
|
/third_party/node/deps/v8/src/heap/ |
D | allocation-stats.h | 52 size_t Capacity() const { return capacity_; } in Capacity() function
|
D | read-only-spaces.h | 221 size_t Capacity() const { return capacity_; } in Capacity() function
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
D | ArrayBufferWriter.cs | 103 public int Capacity => _buffer.Length; field in Google.Protobuf.Buffers.ArrayBufferWriter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 106 support::ulittle32_t Capacity; member 116 explicit HashTable(uint32_t Capacity) { in HashTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | IntervalMap.cpp | 119 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
|
/third_party/node/deps/v8/src/heap/third-party/ |
D | heap-api-stub.cc | 71 size_t Heap::Capacity() { return 0; } in Capacity() function in v8::internal::third_party_heap::Heap
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_flat.h | 125 size_t Capacity() const { return TagToLength(tag); } in Capacity() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssembler.cpp | 33 static uintptr_t NewContents(Assembler &Assemblr, intptr_t Capacity) { in NewContents()
|
D | IceAssembler.h | 231 static uintptr_t computeLimit(uintptr_t Data, intptr_t Capacity) { in computeLimit()
|
D | IceDefs.h | 252 void reserve(VariableDeclarationArray::size_type Capacity) { in reserve()
|
D | IceBitVector.h | 258 unsigned Capacity; // Size of allocated memory in BitWord. variable
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | BitReader.cs | 15 private const int Capacity = 1024; field in Org.Brotli.Dec.BitReader
|
/third_party/node/deps/v8/src/objects/ |
D | transitions-inl.h | 219 int TransitionsAccessor::Capacity() { return transitions().Capacity(); } in Capacity() function 330 int TransitionArray::Capacity() { in Capacity() function
|
D | ordered-hash-table.h | 110 int Capacity() { return NumberOfBuckets() * kLoadFactor; } in Capacity() function 450 int Capacity() const { in Capacity() function
|
D | hash-table-inl.h | 93 int HashTableBase::Capacity() const { in Capacity() function
|
D | string-table.cc | 334 int StringTable::Capacity() const { in Capacity() function in v8::internal::StringTable
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | index.md | 213 ### Capacity subsection
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
D | RepeatedField.cs | 290 public int Capacity property in Google.Protobuf.Collections.RepeatedField
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | BitVector.h | 139 size_t Capacity = NumBitWords(s); in Size() local 153 size_t Capacity = NumBitWords(RHS.size()); in BitVector() local
|
D | SmallVector.h | 41 unsigned Size = 0, Capacity; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 38 unsigned Capacity; // Number of BitWords allocated in the Bits array. variable
|