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

12345

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.h16 typedef Node ValueType; typedef in struct:NodeHash
23 size_t Hash(ValueType* value) const
28 bool Compare(KeyType key, ValueType* value) const
33 ValueType*& GetLink(ValueType* value) const
H A DDirectoryEntryTable.h24 typedef Entry ValueType; typedef in struct:DirectoryEntryHash
31 size_t Hash(ValueType* value) const
36 bool Compare(KeyType key, ValueType* value) const
42 ValueType*& GetLink(ValueType* value) const
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h36 typedef Foo ValueType;
43 size_t Hash(ValueType* value) const
48 bool Compare(KeyType key, ValueType* value) const
53 ValueType*& GetLink(ValueType* value) const
80 * The link between entries is part of the ValueType stored items, which makes
90 typedef typename Definition::ValueType ValueType; typedef in class:BOpenHashTable
153 ValueType* Lookup(typename TypeOperation<KeyType>::ConstRefT key) const
159 ValueType* slo
[all...]
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h36 typedef Foo ValueType;
43 size_t Hash(ValueType* value) const
48 bool Compare(KeyType key, ValueType* value) const
53 ValueType*& GetLink(ValueType* value) const
80 * The link between entries is part of the ValueType stored items, which makes
90 typedef typename Definition::ValueType ValueType; typedef in class:BOpenHashTable
153 ValueType* Lookup(typename TypeOperation<KeyType>::ConstRefT key) const
159 ValueType* slo
[all...]
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/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.h25 typedef RevokeElement ValueType; typedef in struct:RevokeHash
32 size_t Hash(ValueType* value) const
37 bool Compare(KeyType key, ValueType* value) const
42 ValueType*& GetLink(ValueType* value) const
/haiku/src/tests/system/kernel/util/
H A DAVLTreeMapTest.h16 void TestList(List &list, typename List::ValueType *values, int valueCount);
H A DVectorSetTest.h24 void TestList(List &list, typename List::ValueType *values, int valueCount);
H A DVectorTest.h26 void TestList(List &list, typename List::ValueType *values, int valueCount);
/haiku/headers/private/storage/
H A DQueryPredicate.h110 template<typename ValueType>
113 ValueNode(const ValueType &value);
118 ValueType fValue;
122 template<typename ValueType>
123 ValueNode<ValueType>::ValueNode(const ValueType &value)
130 template<typename ValueType>
132 ValueNode<ValueType>::GetString(BString &predicate)
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h34 typedef SubWindow ValueType; typedef in struct:SubWindowManager::HashDefinition
/haiku/headers/private/debugger/arch/
H A DRegister.h38 uint32 ValueType() const { return fValueType; } function in class:Register
/haiku/src/servers/package/
H A DPackage.h65 typedef Package ValueType; typedef in struct:PackageFileNameHashDefinition
91 typedef Package ValueType; typedef in struct:PackageNodeRefHashDefinition
/haiku/src/add-ons/kernel/file_cache/
H A Dlaunch_speedup.cpp68 typedef node ValueType; typedef in struct:NodeHash
75 size_t Hash(ValueType* value) const
80 bool Compare(KeyType key, ValueType* node) const
85 ValueType*& GetLink(ValueType* value) const
170 typedef Session ValueType; typedef in struct:PrefetchHash
177 size_t Hash(ValueType* value) const
182 bool Compare(KeyType key, ValueType* session) const
188 ValueType*& GetLink(ValueType* valu
199 typedef Session ValueType; typedef in struct:SessionHash
[all...]
/haiku/headers/private/shared/
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/userlandfs/server/fuse/
H A DFUSEEntry.h109 typedef FUSEEntry ValueType; typedef in struct:UserlandFS::FUSEEntryHashDefinition
126 typedef FUSENode ValueType; typedef in struct:UserlandFS::FUSENodeHashDefinition
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.h35 typedef TCPEndpoint ValueType; typedef in struct:ConnectionHashDefinition
58 typedef TCPEndpoint ValueType; typedef in class:EndpointHashDefinition
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h17 typedef UnixEndpoint ValueType; typedef in struct:UnixAddressHashDefinition
/haiku/headers/private/package/hpkg/
H A DStrings.h56 typedef CachedString ValueType; typedef in struct:BPackageKit::BHPKG::BPrivate::CachedStringHashDefinition
/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/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/system/kernel/slab/
H A DHashedObjectCache.h43 typedef HashedSlab ValueType; typedef in struct:HashedObjectCache::Definition
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h167 typedef ThisType ValueType; typedef in struct:MulticastGroupInterface::HashDefinition
171 size_t Hash(ValueType *value) const
174 bool Compare(const KeyType &key, ValueType *value) const
177 MulticastGroupInterface*& GetLink(ValueType *value) const
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h170 typedef ThisType ValueType; typedef in struct:MulticastGroupInterface::HashDefinition
180 size_t Hash(ValueType *value) const
183 bool Compare(const KeyType &key, ValueType *value) const
186 MulticastGroupInterface*& GetLink(ValueType *value) const

Completed in 131 milliseconds

12345