Searched refs:VectorMap (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/system/kernel/util/
H A DVectorMapTest.cpp12 #include <VectorMap.h>
28 : public VectorMap<Key, Value, VectorMapEntryStrategy::Pair<Key, Value,
51 : public VectorMap<Key, Value, VectorMapEntryStrategy::Pair<Key, Value,
67 "VectorMap<int, int, Pair>")
69 "VectorMap<int, string, Pair>")
71 "VectorMap<string, int, Pair>")
74 "VectorMap<string, string, Pair>")
102 : public VectorMap<int, string,
119 = "VectorMap<int, string, ImplicitKey>";
132 CppUnit::TestSuite *suite = new CppUnit::TestSuite("VectorMap");
[all...]
/haiku/headers/private/bluetooth/
H A DbtCoreData.h12 #include <util/VectorMap.h>
61 VectorMap<uint8, void*> fInUseIdents;
/haiku/headers/private/kernel/util/
H A DVectorMap.h35 #define _VECTOR_MAP_CLASS_NAME VectorMap<Key, Value, EntryStrategy>
36 #define _VECTOR_MAP_CLASS_TYPE typename VectorMap<Key, Value, EntryStrategy>
39 \class VectorMap
45 Note that VectorMap::Entry is not the same class as EntryStrategy::Entry.
53 class VectorMap { class
75 VectorMap(size_t chunkSize = kDefaultChunkSize);
77 ~VectorMap();
257 // VectorMap
266 _VECTOR_MAP_CLASS_NAME::VectorMap(size_t chunkSize) function in class:_VECTOR_MAP_CLASS_NAME
278 _VECTOR_MAP_CLASS_NAME::~VectorMap()
[all...]
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.h14 #include <util/VectorMap.h>
21 typedef VectorMap<uint32, _AudioControl*> AudioControlsMap;
22 typedef VectorMap<uint32, _AudioControl*>::Iterator AudioControlsIterator;
H A DAudioStreamingInterface.h12 #include <util/VectorMap.h>
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.h12 #include <VectorMap.h>
212 typedef VectorMap<uint8, uint16> VirtualBusMap;
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp19 #include <VectorMap.h>
86 struct KDiskDeviceManager::PartitionMap : VectorMap<partition_id, KPartition*,
92 struct KDiskDeviceManager::DeviceMap : VectorMap<partition_id, KDiskDevice*,
98 struct KDiskDeviceManager::DiskSystemMap : VectorMap<disk_system_id,

Completed in 43 milliseconds