/third_party/boost/libs/container/test/ |
D | static_vector_options_test.cpp | 35 const std::size_t Capacity = 10u; in test_alignment() local 66 const std::size_t Capacity = 10u; in test_throw_on_overflow() local
|
D | small_vector_options_test.cpp | 15 const std::size_t Capacity = 10u; variable
|
D | default_init_test.hpp | 110 const std::size_t Capacity = 100; in default_init_test() local
|
D | static_vector_test.cpp | 642 const std::size_t Capacity = 100; in default_init_test() local
|
/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/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | blocking_queue.h | 57 size_t Capacity() { return capacity_; } in Capacity() function 92 size_t Capacity() { return queue_->Capacity(); } in Capacity() function
|
D | gpu_buffer_mgr.cc | 224 size_t GpuBufferMgr::Capacity(unsigned int handle) { in Capacity() function in mindspore::device::GpuBufferMgr 236 size_t GpuBufferMgr::Capacity(unsigned int device_id, const std::string &channel_name) { in Capacity() function in mindspore::device::GpuBufferMgr
|
/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/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/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()
|
/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/json/doc/mkdocs/docs/api/basic_json/ |
D | index.md | 163 ### Capacity subsection
|
/third_party/boost/libs/graph/test/ |
D | min_cost_max_flow_utils.hpp | 29 typedef property_map< Graph, edge_capacity_t >::type Capacity; typedef
|
/third_party/flutter/engine/flutter/third_party/txt/src/utils/ |
D | LruCache.h | 43 enum Capacity { enum
|
/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/grpc/test/cpp/util/ |
D | string_ref_test.cc | 106 TEST_F(StringRefTest, Capacity) { in TEST_F() argument
|
/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
|