Searched defs:Size (Results 76 - 100 of 168) sorted by path

1234567

/haiku/src/tests/kits/app/bmessage/
H A DMessageBoolItemTest.h54 uint32 Size() { return size; } function in class:ArrayTypeBase::ArrayType
76 static SizeType Size(ArrayType& array) { return array.Size(); } function in struct:ArrayTypeBase
H A DMessageCStringItemTest.h68 bool TCStringAssertPolicy::Size(size_t size, const char* data) function in class:TCStringAssertPolicy
H A DMessageDoubleItemTest.h54 inline static bool Size(size_t size, double& d) function in struct:TDoubleAssertPolicy
H A DMessageFlattenableItemTest.h167 bool TFlattenableAssertPolicy::Size(size_t size, MyFlattenableType& flat) function in class:TFlattenableAssertPolicy
H A DMessageFloatItemTest.h54 inline static bool Size(size_t size, float& f) function in struct:TFloatAssertPolicy
H A DMessageItemTest.h61 static SizeType Size(ArrayType& array) { return array.size(); } function in struct:ArrayTypeBase
132 inline static bool Size(size_t size, T& t) function in struct:TMessageItemAssertPolicy
[all...]
H A DMessageMessageItemTest.h138 uint32 Size() { return size; } function in class:ArrayTypeBase::ArrayType
161 static SizeType Size(ArrayType& array) { return array.Size(); } function in struct:ArrayTypeBase
200 bool TMessageAssertPolicy::Size(size_t size, BMessage& msg) function in class:TMessageAssertPolicy
H A DMessageMessengerItemTest.h82 inline static bool Size(size_t size, BMessenger& t) function in struct:TMessengerAssertPolicy
H A DMessagePointerItemTest.h70 inline static bool Size(size_t size, const void* t) function in struct:TPointerAssertPolicy
H A DMessageRefItemTest.h154 static bool Size(size_t size, entry_ref& ref) function in struct:TRefAssertPolicy
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp103 View::Size() const function in class:View
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.h60 inline uint64 Size() const { return fNode.size; } function in class:Node
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h589 DOUBLY_LINKED_LIST_CLASS_NAME::Size() const function in class:FSShell::DOUBLY_LINKED_LIST_CLASS_NAME
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dfile.h39 uint64_t Size; member in struct:__anon17
54 uint64_t Size; member in struct:__anon18
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h354 DOUBLY_LINKED_QUEUE_CLASS_NAME::Size() const function in class:DOUBLY_LINKED_QUEUE_CLASS_NAME
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h38 size_t Size() const { return fEndAddress - fBase + 1; } function in struct:VMAddressSpace
H A DVMArea.h127 size_t Size() const { return fSize; } function in struct:VMArea
/haiku/headers/private/shared/
H A DLRUCache.h140 int32 Size() const function in class:BPrivate::LRUCache
H A DThread.h113 virtual ulong Size() const { return sizeof(*this); } function in class:BPrivate::SingleParamFunctionObjectWorkaround
134 virtual ulong Size() const { return sizeof(*this); } function in class:BPrivate::SimpleMemberFunctionObjectWorkaround
157 virtual uint32 Size() const { return sizeof(*this); } function in class:BPrivate::TwoParamFunctionObjectWorkaround
183 virtual uint32 Size() const { return sizeof(*this); } function in class:BPrivate::ThreeParamFunctionObjectWorkaround
211 virtual uint32 Size() const { return sizeof(*this); } function in class:BPrivate::FourParamFunctionObjectWorkaround
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsnames.c208 ACPI_SIZE Size; local
480 ACPI_SIZE Size; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutalloc.c176 AcpiOsAllocateZeroed( ACPI_SIZE Size) argument
H A Dutobject.c625 ACPI_SIZE Size; local
H A Duttrack.c248 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
317 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
512 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Daclocal.h1011 UINT32 Size; /* bytelist or field size */ member in union:acpi_parse_value
H A Dactbl1.h1288 UINT8 Size[7]; member in struct:acpi_drtm_resource

Completed in 152 milliseconds

1234567