Searched refs:CountElements (Results 1 - 25 of 35) sorted by last modified time

12

/haiku/src/bin/pkgman/
H A DPackageManager.cpp88 int32 elementCount = solution->CountElements();
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3417 uint32 count = sVnodeTable->CountElements();
/haiku/src/servers/package/
H A DVolume.cpp506 int32 elementCount = solution->CountElements();
H A DProblemWindow.cpp260 int32 elementCount = solution->CountElements();
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp1128 * previousDimension->CountElements();
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp513 uint32 packageCount = fPackages.CountElements();
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h148 size_t CountElements() const function in class:BOpenHashTable
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp1713 //directoryID, reply.error, reply.entryInfos.CountElements(),
1721 result, reply.entryInfos.CountElements());
1843 int32 count = request->names.CountElements();
1865 result, reply.entryInfos.CountElements());
/haiku/src/add-ons/translators/rtf/
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;) {
H A DRTF.h70 uint32 CountElements() const;
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp643 int32 count = cache.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/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp134 int32 elementCount = solution->CountElements();
/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/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp75 sizeof(Node*), fNodes.CountElements());
H A DDirectoryEntryTable.h66 sizeof(void*), fTable.CountElements());
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h148 size_t CountElements() const function in class:BOpenHashTable
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp2109 int32 count = entryInfos->CountElements();
2917 int32 count = _entryInfos.CountElements();
/haiku/headers/private/shared/
H A DHashSet.h327 return fTable.CountElements();
H A DHashMap.h487 return fTable.CountElements();
/haiku/src/kits/package/solver/
H A DSolverProblemSolution.cpp138 BSolverProblemSolution::CountElements() const function in class:BPackageKit::BSolverProblemSolution
/haiku/src/kits/debugger/model/
H A DType.cpp43 ArrayDimension::CountElements() const function in class:ArrayDimension
/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp81 ->DimensionAt(0)->CountElements();
/haiku/headers/private/debugger/model/
H A DType.h101 virtual uint64 CountElements() const;
/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);

Completed in 207 milliseconds

12