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

12

/haiku/headers/os/package/solver/
H A DSolverProblemSolution.h74 int32 CountElements() const;
H A DSolverResult.h49 int32 CountElements() const;
/haiku/headers/private/debugger/model/
H A DType.h101 virtual uint64 CountElements() const;
/haiku/headers/private/kernel/util/
H A DKMessage.h266 int32 CountElements() const;
H A DOpenHashTable.h148 size_t CountElements() const function in class:BOpenHashTable
/haiku/headers/private/shared/
H A DHashMap.h487 return fTable.CountElements();
H A DHashSet.h327 return fTable.CountElements();
/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();
H A DShareVolume.cpp2109 int32 count = entryInfos->CountElements();
2917 int32 count = _entryInfos.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/bin/debug/profile/
H A DSummaryProfileResult.cpp133 return fImages.CountElements();
/haiku/src/kits/app/
H A DMessageAdapter.cpp303 int32 elementCount = field.CountElements();
/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/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/src/kits/package/solver/
H A DSolverProblemSolution.cpp138 BSolverProblemSolution::CountElements() const function in class:BPackageKit::BSolverProblemSolution
H A DSolverResult.cpp86 BSolverResult::CountElements() const function in class:BPackageKit::BSolverResult
/haiku/src/servers/package/
H A DProblemWindow.cpp260 int32 elementCount = solution->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/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/kernel/file_systems/packagefs/volume/
H A DVolume.cpp513 uint32 packageCount = fPackages.CountElements();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h66 sizeof(void*), fTable.CountElements());
H A DNodeTable.cpp75 sizeof(Node*), fNodes.CountElements());

Completed in 153 milliseconds

12