Searched refs:ValueType (Results 76 - 100 of 115) sorted by relevance

12345

/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp251 typedef XsiMessageQueue ValueType; typedef in struct:__anon2::MessageQueueHashTableDefinition
313 typedef Ipc ValueType; typedef in struct:__anon2::IpcHashTableDefinition
H A Dxsi_semaphore.cpp492 typedef XsiSemaphoreSet ValueType; typedef in struct:__anon4::SemaphoreHashTableDefinition
554 typedef Ipc ValueType; typedef in struct:__anon4::IpcHashTableDefinition
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp50 typedef GlyphCache ValueType; typedef in struct:FontCacheEntry::GlyphCachePool::GlyphHashTableDefinition
/haiku/src/kits/storage/
H A DPathMonitor.cpp236 typedef Ancestor ValueType; typedef in struct:__anon3::AncestorHashDefinition
318 typedef Entry ValueType; typedef in struct:__anon3::EntryHashDefinition
419 typedef Node ValueType; typedef in struct:__anon3::NodeHashDefinition
638 typedef PathHandler ValueType; typedef in struct:__anon3::PathHandlerHashDefinition
704 typedef Watcher ValueType; typedef in struct:__anon3::WatcherHashDefinition
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp169 typedef cached_block ValueType; typedef in struct:__anon39::BlockHash
176 size_t Hash(ValueType* block) const
181 bool Compare(KeyType key, ValueType* block) const
186 ValueType*& GetLink(ValueType* value) const
197 typedef cache_transaction ValueType; typedef in struct:__anon39::TransactionHash
204 size_t Hash(ValueType* transaction) const;
205 bool Compare(KeyType key, ValueType* transaction) const;
206 ValueType*& GetLink(ValueType* valu
[all...]
/haiku/src/kits/media/
H A DParameterWeb.cpp1823 BContinuousParameter::ValueType() function in class:BContinuousParameter
1995 BDiscreteParameter::ValueType() function in class:BDiscreteParameter
2264 BTextParameter::ValueType() function in class:BTextParameter
2366 BNullParameter::ValueType() function in class:BNullParameter
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp45 typedef Entry ValueType; typedef in class:__anon1::EntryDefinition
/haiku/src/system/boot/loader/
H A Dheap.cpp218 typedef LargeAllocation ValueType; typedef in struct:LargeAllocationHashDefinition
/haiku/src/system/kernel/
H A Dimage.cpp41 typedef struct image ValueType; typedef in struct:__anon45::ImageTableDefinition
H A Dcondition_variable.cpp33 typedef ConditionVariable ValueType; typedef in struct:ConditionVariableHashDefinition
H A Delf.cpp65 typedef struct elf_image_info ValueType; typedef in struct:__anon86::ImageHashDefinition
68 size_t Hash(ValueType* entry) const
70 ValueType*& GetLink(ValueType* entry) const
78 bool Compare(KeyType key, ValueType* entry) const
H A Dsystem_info.cpp211 typedef ListenerList ValueType; typedef in struct:SystemNotificationService::ListenerHashDefinition
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp112 v_type = param->ValueType();
514 v_type = web_param->ValueType();
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp93 typedef aperture_memory ValueType; typedef in class:MemoryHashDefinition
163 typedef Aperture ValueType; typedef in class:ApertureHashDefinition
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp167 typedef node_monitor ValueType; typedef in struct:NodeMonitorService::HashDefinition
193 typedef node_monitor ValueType; typedef in struct:NodeMonitorService::VolumeHashDefinition
H A Dvfs.cpp271 typedef struct vnode ValueType; typedef in struct:__anon2::VnodeHash
281 size_t Hash(ValueType* vnode) const
288 bool Compare(KeyType key, ValueType* vnode) const
293 ValueType*& GetLink(ValueType* value) const
304 typedef struct fs_mount ValueType; typedef in struct:__anon2::MountHash
311 size_t Hash(ValueType* mount) const
316 bool Compare(KeyType key, ValueType* mount) const
321 ValueType*& GetLink(ValueType* valu
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp826 typedef PackageRow ValueType; typedef in struct:PackageListView::RowByNameHashDefinition
844 ValueType*& GetLink(PackageRow* value) const
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp108 typedef devfs_vnode ValueType; typedef in struct:__anon34::NodeHash
115 size_t Hash(ValueType* value) const
120 bool Compare(KeyType key, ValueType* value) const
125 ValueType*& GetLink(ValueType* value) const
H A DIOSchedulerSimple.cpp72 typedef IORequestOwner ValueType; typedef in struct:IOSchedulerSimple::RequestOwnerHashDefinition
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp78 template<typename ValueType>
81 ValueNode(ValueType v) : value(v) {}
95 ValueType value;
/haiku/src/tests/system/kernel/slab/
H A DSlab.h327 typedef Link ValueType; typedef in struct:BaseHashCacheStrategy::HashTableDefinition
/haiku/src/bin/package/
H A Dcommand_extract.cpp259 typedef Entry ValueType; typedef in struct:Entry::ChildHashDefinition
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp133 typedef NodeListenerProxy ValueType; typedef in struct:FileSystem::NodeListenerHashDefinition
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp44 typedef UserMutexEntry ValueType; typedef in struct:UserMutexHashDefinition
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp113 return reg != NULL ? reg->ValueType() : 0;
286 typedef TypeNameEntry ValueType; typedef in struct:DwarfImageDebugInfo::TypeNameEntryHashDefinition

Completed in 189 milliseconds

12345