Searched refs:KeyType (Results 76 - 100 of 108) sorted by relevance

12345

/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp49 typedef uint32 KeyType; typedef in struct:FontCacheEntry::GlyphCachePool::GlyphHashTableDefinition
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp128 typedef in_addr_t KeyType; typedef in struct:arpHash
131 size_t HashKey(KeyType key) const
141 bool Compare(KeyType key, ValueType* value) const
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp149 typedef void* KeyType; typedef in struct:ModelLoader::IORequestHashDefinition
152 size_t HashKey(KeyType key) const
158 bool Compare(KeyType key, const IORequest* value) const
/haiku/src/kits/storage/
H A DPathMonitor.cpp235 typedef node_ref KeyType; typedef in struct:__anon3::AncestorHashDefinition
317 typedef const char* KeyType; typedef in struct:__anon3::EntryHashDefinition
418 typedef node_ref KeyType; typedef in struct:__anon3::NodeHashDefinition
637 typedef const char* KeyType; typedef in struct:__anon3::PathHandlerHashDefinition
703 typedef BMessenger KeyType; typedef in struct:__anon3::WatcherHashDefinition
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp125 typedef std::pair<const sockaddr *, const sockaddr *> KeyType; typedef in struct:UdpHashDefinition
133 size_t HashKey(const KeyType &key) const
151 bool Compare(const KeyType &key, UdpEndpoint *endpoint) const
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp39 typedef const sockaddr* KeyType; typedef in struct:AddressHashDefinition
46 size_t HashKey(const KeyType& key) const
61 bool Compare(const KeyType& key, InterfaceAddress* address) const
/haiku/src/system/kernel/fs/
H A Drootfs.cpp79 typedef ino_t KeyType; typedef in struct:__anon39::VnodeHash
82 size_t HashKey(KeyType key) const
92 bool Compare(KeyType key, ValueType* vnode) const
H A Dnode_monitor.cpp166 typedef monitor_hash_key* KeyType; typedef in struct:NodeMonitorService::HashDefinition
192 typedef dev_t KeyType; typedef in struct:NodeMonitorService::VolumeHashDefinition
/haiku/src/system/kernel/
H A Dimage.cpp40 typedef image_id KeyType; typedef in struct:__anon45::ImageTableDefinition
H A Dcondition_variable.cpp32 typedef const void* KeyType; typedef in struct:ConditionVariableHashDefinition
H A Dsystem_info.cpp210 typedef int32 KeyType; typedef in struct:SystemNotificationService::ListenerHashDefinition
H A Delf.cpp66 typedef image_id KeyType; typedef in struct:__anon86::ImageHashDefinition
73 size_t HashKey(KeyType key) const
78 bool Compare(KeyType key, ValueType* entry) const
H A Dport.cpp165 typedef port_id KeyType; typedef in struct:__anon6::PortHashDefinition
193 typedef const char* KeyType; typedef in struct:__anon6::PortNameHashDefinition
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp491 typedef int KeyType; typedef in struct:__anon4::SemaphoreHashTableDefinition
553 typedef key_t KeyType; typedef in struct:__anon4::IpcHashTableDefinition
/haiku/src/tests/system/kernel/slab/
H A DSlab.h326 typedef void * KeyType; typedef in struct:BaseHashCacheStrategy::HashTableDefinition
/haiku/src/bin/package/
H A Dcommand_extract.cpp258 typedef const char* KeyType; typedef in struct:Entry::ChildHashDefinition
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp132 typedef NodeListenerKey KeyType; typedef in struct:FileSystem::NodeListenerHashDefinition
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp71 typedef thread_id KeyType; typedef in struct:IOSchedulerSimple::RequestOwnerHashDefinition
H A Ddevfs.cpp107 typedef ino_t KeyType; typedef in struct:__anon34::NodeHash
110 size_t HashKey(KeyType key) const
120 bool Compare(KeyType key, ValueType* value) const
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp43 typedef generic_addr_t KeyType; typedef in struct:UserMutexHashDefinition
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp168 typedef off_t KeyType; typedef in struct:__anon39::BlockHash
171 size_t HashKey(KeyType key) const
181 bool Compare(KeyType key, ValueType* block) const
196 typedef int32 KeyType; typedef in struct:__anon39::TransactionHash
199 size_t HashKey(KeyType key) const
205 bool Compare(KeyType key, ValueType* transaction) const;
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp123 typedef image_id KeyType; typedef in struct:TeamDebugger::ImageHandlerHashDefinition
187 typedef image_id KeyType; typedef in struct:TeamDebugger::ImageInfoPendingThreadHashDefinition
/haiku/src/apps/debuganalyzer/model/
H A DModel.h579 typedef thread_id KeyType; typedef in struct:Model::ThreadSchedulingStateDefinition
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp127 typedef in6_addr KeyType; typedef in struct:ndpHash
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp825 typedef const char* KeyType; typedef in struct:PackageListView::RowByNameHashDefinition

Completed in 194 milliseconds

12345