Searched refs:CountElements (Results 1 - 25 of 35) sorted by relevance

12

/haiku/headers/os/package/solver/
H A DSolverResult.h49 int32 CountElements() const;
H A DSolverProblemSolution.h74 int32 CountElements() const;
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp185 CPPUNIT_ASSERT_EQUAL(kEntryCount, table.CountElements());
218 CPPUNIT_ASSERT_EQUAL(kEntryCount, table.CountElements());
280 CPPUNIT_ASSERT_EQUAL(table.CountElements(), 2);
324 CPPUNIT_ASSERT_EQUAL(table.CountElements(), 2);
355 CPPUNIT_ASSERT_EQUAL(table.CountElements(), kEntryCount);
359 CPPUNIT_ASSERT_EQUAL(table.CountElements(), 0);
379 CPPUNIT_ASSERT_EQUAL(table.CountElements(), kEntryCount);
385 CPPUNIT_ASSERT_EQUAL(table.CountElements(), 0);
/haiku/src/kits/package/solver/
H A DSolverResult.cpp86 BSolverResult::CountElements() const function in class:BPackageKit::BSolverResult
H A DSolverProblemSolution.cpp138 BSolverProblemSolution::CountElements() const function in class:BPackageKit::BSolverProblemSolution
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp75 sizeof(Node*), fNodes.CountElements());
H A DDirectoryEntryTable.h66 sizeof(void*), fTable.CountElements());
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.cpp133 return fImages.CountElements();
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp81 ->DimensionAt(0)->CountElements();
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestMemberArray.h84 int32 CountElements() const function in class:RequestMemberArray
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp143 size_t stringCount = sStrings->CountElements();
/haiku/src/kits/debugger/model/
H A DType.cpp43 ArrayDimension::CountElements() const function in class:ArrayDimension
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp134 int32 elementCount = solution->CountElements();
/haiku/src/add-ons/translators/rtf/
H A DRTF.h70 uint32 CountElements() const;
H A DRTF.cpp124 for (uint32 i = 0; i < group->CountElements(); i++)
322 Group::CountElements() const function in class:Group
772 for (int32 i = group->CountElements(); i-- > 0;) {
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp183 int32 CountElements(
802 int32 layouterCount = layouter->CountElements(this);
1222 BTwoDimensionalLayout::LocalLayouter::CountElements( function in class:BTwoDimensionalLayout::LocalLayouter
1284 int elementCount = CountElements(compoundLayouter);
/haiku/headers/private/debugger/model/
H A DType.h101 virtual uint64 CountElements() const;
/haiku/headers/private/shared/
H A DHashSet.h327 return fTable.CountElements();
/haiku/src/servers/package/
H A DProblemWindow.cpp260 int32 elementCount = solution->CountElements();
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp414 if (field.CountElements() > 0) {
669 if (field.CountElements() != 1)
674 if (field.CountElements() != 1)
1118 KMessageField::CountElements() const function in class:KMessageField
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp338 reply->clientVolumeIDs.CountElements(), reply->dirInfo,
H A DShareAttrDir.cpp423 int32 count = dirInfo.attributeInfos.CountElements();
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h148 size_t CountElements() const function in class:BOpenHashTable
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h148 size_t CountElements() const function in class:BOpenHashTable
/haiku/src/bin/pkgman/
H A DPackageManager.cpp88 int32 elementCount = solution->CountElements();

Completed in 141 milliseconds

12