Home
last modified time | relevance | path

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

12

/third_party/boost/libs/container/test/
Dstatic_vector_options_test.cpp35 const std::size_t Capacity = 10u; in test_alignment() local
66 const std::size_t Capacity = 10u; in test_throw_on_overflow() local
Dsmall_vector_options_test.cpp15 const std::size_t Capacity = 10u; variable
Ddefault_init_test.hpp110 const std::size_t Capacity = 100; in default_init_test() local
Dstatic_vector_test.cpp642 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/
DArrayRecycler.h73 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/
Dblocking_queue.h57 size_t Capacity() { return capacity_; } in Capacity() function
92 size_t Capacity() { return queue_->Capacity(); } in Capacity() function
Dgpu_buffer_mgr.cc224 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/
DMicrosoftDemangle.h32 size_t Capacity = 0; member
36 void addNode(size_t Capacity) { in addNode()
/third_party/node/src/tracing/
Dnode_trace_buffer.h39 size_t Capacity() const { return max_chunks_ * TraceBufferChunk::kChunkSize; } in Capacity() function
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs103 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/
DHashTable.h106 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/
DIntervalMap.cpp119 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_flat.h125 size_t Capacity() const { return TagToLength(tag); } in Capacity() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.cpp33 static uintptr_t NewContents(Assembler &Assemblr, intptr_t Capacity) { in NewContents()
DIceAssembler.h231 static uintptr_t computeLimit(uintptr_t Data, intptr_t Capacity) { in computeLimit()
DIceDefs.h252 void reserve(VariableDeclarationArray::size_type Capacity) { in reserve()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DBitReader.cs15 private const int Capacity = 1024; field in Org.Brotli.Dec.BitReader
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dindex.md163 ### Capacity subsection
/third_party/boost/libs/graph/test/
Dmin_cost_max_flow_utils.hpp29 typedef property_map< Graph, edge_capacity_t >::type Capacity; typedef
/third_party/flutter/engine/flutter/third_party/txt/src/utils/
DLruCache.h43 enum Capacity { enum
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs290 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/
DBitVector.h139 size_t Capacity = NumBitWords(s); in Size() local
153 size_t Capacity = NumBitWords(RHS.size()); in BitVector() local
DSmallVector.h41 unsigned Size = 0, Capacity; variable
/third_party/grpc/test/cpp/util/
Dstring_ref_test.cc106 TEST_F(StringRefTest, Capacity) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h38 unsigned Capacity; // Number of BitWords allocated in the Bits array. variable

12