Searched refs:ValueType (Results 51 - 75 of 115) sorted by relevance

12345

/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp41 typedef TypeEntry ValueType; typedef in struct:GlobalTypeCache::TypeEntryHashDefinitionByName
67 typedef TypeEntry ValueType; typedef in struct:GlobalTypeCache::TypeEntryHashDefinitionByID
H A DTeamDebugInfo.cpp42 typedef Function ValueType; typedef in struct:TeamDebugInfo::FunctionHashDefinition
234 typedef SourceFileEntry ValueType; typedef in struct:TeamDebugInfo::SourceFileHashDefinition
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp247 if (BVariant::TypeIsInteger(reg->ValueType())) {
252 } else if (BVariant::TypeIsFloat(reg->ValueType())) {
254 if (reg->ValueType() == B_FLOAT_TYPE)
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp118 typedef FragmentPacket ValueType; typedef in struct:FragmentHashDefinition
126 size_t Hash(ValueType* value) const
131 bool Compare(const KeyType& key, ValueType* value) const
141 ValueType*& GetLink(ValueType* value) const
165 typedef IPv6GroupInterface ValueType; typedef in struct:MulticastStateHash
168 size_t Hash(ValueType* value) const
171 bool Compare(const KeyType &key, ValueType* value) const
174 bool CompareValues(ValueType* value1, ValueType* value
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp103 typedef FragmentPacket ValueType; typedef in struct:FragmentHashDefinition
110 size_t Hash(ValueType* value) const
115 bool Compare(const KeyType& key, ValueType* value) const
125 ValueType*& GetLink(ValueType* value) const
147 typedef IPv4GroupInterface ValueType; typedef in struct:MulticastStateHash
151 size_t Hash(ValueType* value) const
154 bool Compare(const KeyType &key, ValueType* value) const
157 bool CompareValues(ValueType* value1, ValueType* value
[all...]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewStateHistory.cpp81 typedef StateEntry ValueType; typedef in struct:VariablesViewStateHistory::StateEntryHashDefinition
H A DVariablesViewState.cpp160 typedef InfoEntry ValueType; typedef in struct:VariablesViewState::InfoEntryHashDefinition
/haiku/src/kits/debugger/debug_managers/
H A DTeamMemoryBlockManager.cpp57 typedef MemoryBlockEntry ValueType; typedef in struct:TeamMemoryBlockManager::MemoryBlockHashDefinition
/haiku/src/kits/debugger/model/
H A DExpressionValues.cpp68 typedef ValueEntry ValueType; typedef in struct:ExpressionValues::ValueEntryHashDefinition
H A DStackFrameValueInfos.cpp83 typedef InfoEntry ValueType; typedef in struct:StackFrameValueInfos::InfoEntryHashDefinition
/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h147 typedef ThreadHandler ValueType; typedef in struct:ThreadHandlerHashDefinition
/haiku/headers/private/debugger/util/
H A DWorker.h172 typedef Job ValueType; typedef in struct:Worker::JobHashDefinition
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h54 typedef VNodeOps ValueType; typedef in struct:VNodeOpsHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.h172 typedef Package ValueType; typedef in struct:PackageFileNameHashDefinition
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp36 typedef ConditionVariable ValueType; typedef in struct:ConditionVariableHashDefinition
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp129 typedef arp_entry ValueType; typedef in struct:arpHash
136 size_t Hash(ValueType* value) const
141 bool Compare(KeyType key, ValueType* value) const
146 ValueType*& GetLink(ValueType* value) const
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp163 typedef directory_node_entry ValueType; typedef in struct:__anon1::DirectoryNodeHashDefinition
226 typedef legacy_driver ValueType; typedef in struct:__anon1::DriverHash
233 size_t Hash(ValueType* driver) const
238 bool Compare(KeyType key, ValueType* driver) const
243 ValueType*& GetLink(ValueType* value) const
/haiku/src/kits/package/
H A DPackageInfoSet.cpp58 typedef PackageInfo ValueType; typedef in struct:BPackageKit::BPackageInfoSet::PackageInfoHashDefinition
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.h86 typedef domain_datalink ValueType; typedef in struct:DatalinkHashDefinition
/haiku/src/system/kernel/slab/
H A DMemoryManager.h118 typedef Area ValueType; typedef in struct:MemoryManager::AreaHashDefinition
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp49 typedef VMAddressSpace ValueType; typedef in struct:__anon1948::AddressSpaceHashDefinition
/haiku/headers/private/kernel/
H A DNotifications.h235 typedef NotificationService ValueType; typedef in struct:NotificationManager::HashDefinition
/haiku/src/system/kernel/fs/
H A Drootfs.cpp80 typedef rootfs_vnode ValueType; typedef in struct:__anon39::VnodeHash
87 size_t Hash(ValueType* vnode) const
92 bool Compare(KeyType key, ValueType* vnode) const
97 ValueType*& GetLink(ValueType* value) const
/haiku/src/kits/debugger/files/
H A DFileManager.cpp83 typedef LocatableEntry ValueType; typedef in struct:FileManager::EntryHashDefinition
518 typedef SourceFileEntry ValueType; typedef in struct:FileManager::SourceFileHashDefinition
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp157 typedef NamedSem ValueType; typedef in struct:__anon17::NamedSemHashDefinition
346 typedef TeamSemInfo ValueType; typedef in struct:__anon17::TeamSemHashDefinition

Completed in 150 milliseconds

12345