Home
last modified time | relevance | path

Searched refs:GetCapacity (Results 1 – 13 of 13) sorted by relevance

/external/vixl/test/
Dtest-code-buffer.cc37 VIXL_CHECK(code_buffer.GetCapacity() == 2); in TEST()
41 VIXL_CHECK(code_buffer.GetCapacity() == 2); in TEST()
48 VIXL_CHECK(code_buffer.GetCapacity() > 2); in TEST()
54 VIXL_CHECK(buffer.GetCapacity() == CodeBuffer::kDefaultCapacity); in TestDefaultsHelper()
80 VIXL_ASSERT(buffer.GetCapacity() == CodeBuffer::kDefaultCapacity); in TEST()
92 VIXL_CHECK(buffer.GetCapacity() == initial_capacity); in TEST()
97 VIXL_CHECK(buffer.GetCapacity() > initial_capacity); in TEST()
/external/vixl/src/
Dcode-buffer-vixl.h143 size_t GetCapacity() const { return capacity_; } in GetCapacity() function
145 return GetCapacity();
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction()
191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function
196 GetCapacity() = capacity; in Allocate()
202 GetCapacity() = 0; in Reset()
428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction()
191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function
196 GetCapacity() = capacity; in Allocate()
202 GetCapacity() = 0; in Reset()
428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
/external/abseil-cpp/absl/container/internal/
Dinlined_vector.h182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction()
191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function
196 GetCapacity() = capacity; in Allocate()
202 GetCapacity() = 0; in Reset()
428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction()
191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function
196 GetCapacity() = capacity; in Allocate()
202 GetCapacity() = 0; in Reset()
428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dinlined_vector.h182 AllocatorTraits::deallocate(GetAllocator(), GetData(), GetCapacity()); in ~AllocationTransaction()
191 SizeType& GetCapacity() { return capacity_; } in GetCapacity() function
196 GetCapacity() = capacity; in Allocate()
202 GetCapacity() = 0; in Reset()
428 allocation_tx_ptr->GetCapacity()); in AcquireAllocatedData()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas131 function GetCapacity: Integer; in GetCapacity() function
179 property Capacity: Integer read GetCapacity write SetCapacity;
220 function GetCapacity: Integer; in GetCapacity() function
468 function TList<T>.GetCapacity: Integer; in TList() function
/external/lzma/CPP/7zip/Common/
DStreamObjects.h72 size_t GetCapacity() const { return _capacity; } in GetCapacity() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tools.Tests.pas227 ReturnValue := FIList.GetCapacity;
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3913 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3926 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3931 VIXL_CHECK(masm.GetBuffer()->GetCapacity() > kBaseBufferSize); in TEST_NOASM()
3943 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3966 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
3988 VIXL_CHECK(masm.GetBuffer()->GetCapacity() == kBaseBufferSize); in TEST_NOASM()
/external/vixl/src/aarch64/
Dassembler-aarch64.h449 return static_cast<ptrdiff_t>(GetBuffer().GetCapacity());
453 return GetBuffer().GetCapacity();
477 (offset < static_cast<ptrdiff_t>(GetBuffer()->GetCapacity()))); in GetInstructionOffset()
6516 return GetBuffer().GetCapacity();
6519 return GetBuffer().GetCapacity();
Dmacro-assembler-aarch64.h6441 static_cast<ptrdiff_t>(GetBuffer().GetCapacity())); in GetNextCheckPoint()