Searched refs:ValueType (Results 1 - 25 of 115) sorted by path

12345

/haiku/headers/os/media/
H A DParameterWeb.h222 virtual type_code ValueType() = 0;
308 virtual type_code ValueType();
358 virtual type_code ValueType();
404 virtual type_code ValueType();
441 virtual type_code ValueType();
/haiku/headers/private/debugger/arch/
H A DRegister.h38 uint32 ValueType() const { return fValueType; } function in class:Register
/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/headers/private/kernel/util/
H A DMultiHashTable.h32 typedef typename Definition::ValueType ValueType; typedef in class:MultiHashTable
45 void Insert(ValueType *value)
54 void InsertUnchecked(ValueType *value)
60 bool Remove(ValueType *value)
76 ValueIterator(const HashTable *table, size_t index, ValueType *value)
99 ValueType *Next() { return Iterator::Next(); }
103 ValueType *fOriginalValue;
109 ValueType *slot = NULL;
134 void _Insert(ValueType **tabl
[all...]
/haiku/headers/private/package/hpkg/
H A DStrings.h56 typedef CachedString ValueType; typedef in struct:BPackageKit::BHPKG::BPrivate::CachedStringHashDefinition
/haiku/headers/private/shared/
H A DHashMap.h51 typedef HashMapElement<Key, Value> ValueType; typedef in struct:BPrivate::HashMapTableDefinition
55 size_t Hash(const ValueType* value) const
57 bool Compare(const KeyType& key, const ValueType* value) const
59 ValueType*& GetLink(ValueType* value) const
H A DHashSet.h48 typedef HashSetElement<Key> ValueType; typedef in struct:BPrivate::HashSetTableDefinition
52 size_t Hash(const ValueType* value) const
54 bool Compare(const KeyType& key, const ValueType* value) const
56 ValueType*& GetLink(ValueType* value) const
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.h104 typedef Index ValueType; typedef in struct:IndexHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h149 typedef Node ValueType; typedef in struct:NodeNameHashDefinition
175 typedef Node ValueType; typedef in struct:NodeIDHashDefinition
H A DNodeListener.h103 typedef NodeListener ValueType; typedef in struct:NodeListenerHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.h91 typedef CacheLineLocker ValueType; typedef in struct:CachedDataReader::LockerHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DDependencyFamily.h81 typedef DependencyFamily ValueType; typedef in struct:DependencyFamilyHashDefinition
H A DResolvableFamily.h58 typedef ResolvableFamily ValueType; typedef in struct:ResolvableFamilyHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.h166 typedef StringData ValueType; typedef in struct:StringDataHashDefinition
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.h65 typedef PackagesDirectory ValueType; typedef in struct:PackagesDirectoryHashDefinition
/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/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp27 typedef HaikuKernelIORequest ValueType; typedef in struct:HaikuKernelFileSystem::IORequestHashDefinition
44 typedef HaikuKernelIORequest ValueType; typedef in struct:HaikuKernelFileSystem::IORequestTable
60 typedef HaikuKernelNode::Capabilities ValueType; typedef in struct:HaikuKernelFileSystem::NodeCapabilitiesHashDefinition
64 size_t Hash(const ValueType* value) const
66 bool Compare(fs_vnode_ops* key, const ValueType* value) const
68 ValueType*& GetLink(ValueType* value) const
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h17 typedef UnixEndpoint ValueType; typedef in struct:UnixAddressHashDefinition
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.h86 typedef domain_datalink ValueType; typedef in struct:DatalinkHashDefinition
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h34 typedef SubWindow ValueType; typedef in struct:SubWindowManager::HashDefinition
/haiku/src/apps/debuganalyzer/model/
H A DModel.h580 typedef ThreadSchedulingState ValueType; typedef in struct:Model::ThreadSchedulingStateDefinition
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp160 typedef InfoEntry ValueType; typedef in struct:VariablesViewState::InfoEntryHashDefinition
H A DVariablesViewStateHistory.cpp81 typedef StateEntry ValueType; typedef in struct:VariablesViewStateHistory::StateEntryHashDefinition
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp58 typedef PatchEntry ValueType; typedef in struct:OriginalTableDefinition
84 typedef PatchEntry ValueType; typedef in struct:PatchedTableDefinition

Completed in 350 milliseconds

12345