/haiku/src/tools/fs_shell/ |
H A D | OpenHashTable.h | 90 typedef typename Definition::ValueType ValueType; typedef 153 ValueType* Lookup(typename TypeOperation<KeyType>::ConstRefT key) const in Lookup() 159 ValueType* slot = fTable[index]; in Lookup() 170 status_t Insert(ValueType* value) in Insert() 187 void InsertUnchecked(ValueType* value) in InsertUnchecked() 203 bool Remove(ValueType* value) in Remove() 224 bool RemoveUnchecked(ValueType* value) in RemoveUnchecked() 227 ValueType* previous = NULL; in RemoveUnchecked() 228 ValueType* slot = fTable[index]; in RemoveUnchecked() 231 ValueType* next = _Link(slot); in RemoveUnchecked() [all …]
|
/haiku/headers/private/kernel/util/ |
H A D | OpenHashTable.h | 90 typedef typename Definition::ValueType ValueType; typedef 153 ValueType* Lookup(typename TypeOperation<KeyType>::ConstRefT key) const in Lookup() 159 ValueType* slot = fTable[index]; in Lookup() 170 status_t Insert(ValueType* value) in Insert() 187 void InsertUnchecked(ValueType* value) in InsertUnchecked() 203 bool Remove(ValueType* value) in Remove() 224 bool RemoveUnchecked(ValueType* value) in RemoveUnchecked() 227 ValueType* previous = NULL; in RemoveUnchecked() 228 ValueType* slot = fTable[index]; in RemoveUnchecked() 231 ValueType* next = _Link(slot); in RemoveUnchecked() [all …]
|
H A D | MultiHashTable.h | 32 typedef typename Definition::ValueType ValueType; typedef 45 void Insert(ValueType *value) in Insert() 54 void InsertUnchecked(ValueType *value) in InsertUnchecked() 60 bool Remove(ValueType *value) in Remove() 76 ValueIterator(const HashTable *table, size_t index, ValueType *value) in ValueIterator() 99 ValueType *Next() { return Iterator::Next(); } in Next() 103 ValueType *fOriginalValue; 109 ValueType *slot = NULL; in Lookup() 134 void _Insert(ValueType **table, size_t tableSize, ValueType *value) in _Insert() 138 ValueType *previous; in _Insert() [all …]
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | NodeTable.h | 16 typedef Node ValueType; typedef 23 size_t Hash(ValueType* value) const in Hash() 28 bool Compare(KeyType key, ValueType* value) const in Compare() 33 ValueType*& GetLink(ValueType* value) const in GetLink()
|
H A D | DirectoryEntryTable.h | 24 typedef Entry ValueType; typedef 31 size_t Hash(ValueType* value) const in Hash() 36 bool Compare(KeyType key, ValueType* value) const in Compare() 42 ValueType*& GetLink(ValueType* value) const in GetLink()
|
/haiku/src/add-ons/kernel/file_systems/ext2/ |
H A D | HashRevokeManager.h | 25 typedef RevokeElement ValueType; typedef 32 size_t Hash(ValueType* value) const in Hash() 37 bool Compare(KeyType key, ValueType* value) const in Compare() 42 ValueType*& GetLink(ValueType* value) const in GetLink()
|
/haiku/headers/private/storage/ |
H A D | QueryPredicate.h | 110 template<typename ValueType> 113 ValueNode(const ValueType &value); 118 ValueType fValue; 122 template<typename ValueType> 123 ValueNode<ValueType>::ValueNode(const ValueType &value) in ValueNode() 130 template<typename ValueType> 132 ValueNode<ValueType>::GetString(BString &predicate) in GetString()
|
/haiku/src/add-ons/kernel/file_cache/ |
H A D | launch_speedup.cpp | 68 typedef node ValueType; typedef 75 size_t Hash(ValueType* value) const in Hash() 80 bool Compare(KeyType key, ValueType* node) const in Compare() 85 ValueType*& GetLink(ValueType* value) const in GetLink() 170 typedef Session ValueType; typedef 177 size_t Hash(ValueType* value) const in Hash() 182 bool Compare(KeyType key, ValueType* session) const in Compare() 188 ValueType*& GetLink(ValueType* value) const in GetLink() 199 typedef Session ValueType; typedef 206 size_t Hash(ValueType* value) const in Hash() [all …]
|
H A D | rule_based_prefetcher.cpp | 154 typedef rules ValueType; typedef 161 size_t Hash(ValueType* value) const in Hash() 166 bool Compare(KeyType key, ValueType* rules) const in Compare() 171 ValueType*& GetLink(ValueType* value) const in GetLink() 180 typedef team_rules ValueType; typedef 187 size_t Hash(ValueType* value) const in Hash() 192 bool Compare(KeyType key, ValueType* value) const in Compare() 197 ValueType*& GetLink(ValueType* value) const in GetLink()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | HaikuKernelFileSystem.cpp | 27 typedef HaikuKernelIORequest ValueType; typedef 44 typedef HaikuKernelIORequest ValueType; typedef 60 typedef HaikuKernelNode::Capabilities ValueType; typedef 64 size_t Hash(const ValueType* value) const in Hash() 66 bool Compare(fs_vnode_ops* key, const ValueType* value) const in Compare() 68 ValueType*& GetLink(ValueType* value) const in GetLink()
|
/haiku/headers/private/shared/ |
H A D | HashSet.h | 48 typedef HashSetElement<Key> ValueType; typedef 52 size_t Hash(const ValueType* value) const in Hash() 54 bool Compare(const KeyType& key, const ValueType* value) const in Compare() 56 ValueType*& GetLink(ValueType* value) const in GetLink()
|
H A D | HashMap.h | 51 typedef HashMapElement<Key, Value> ValueType; typedef 55 size_t Hash(const ValueType* value) const in Hash() 57 bool Compare(const KeyType& key, const ValueType* value) const in Compare() 59 ValueType*& GetLink(ValueType* value) const in GetLink()
|
/haiku/src/add-ons/kernel/network/protocols/ipv6/ |
H A D | multicast.h | 170 typedef ThisType ValueType; typedef 180 size_t Hash(ValueType *value) const in Hash() 183 bool Compare(const KeyType &key, ValueType *value) const in Compare() 186 MulticastGroupInterface*& GetLink(ValueType *value) const in GetLink()
|
/haiku/src/add-ons/kernel/network/protocols/ipv4/ |
H A D | multicast.h | 167 typedef ThisType ValueType; typedef 171 size_t Hash(ValueType *value) const in Hash() 174 bool Compare(const KeyType &key, ValueType *value) const in Compare() 177 MulticastGroupInterface*& GetLink(ValueType *value) const in GetLink()
|
/haiku/src/servers/package/ |
H A D | Package.h | 65 typedef Package ValueType; typedef 91 typedef Package ValueType; typedef
|
/haiku/src/add-ons/kernel/network/stack/ |
H A D | stack.cpp | 104 typedef chain ValueType; typedef 114 size_t Hash(ValueType* value) const in Hash() 121 bool Compare(KeyType key, ValueType* chain) const in Compare() 131 ValueType*& GetLink(ValueType* value) const in GetLink() 139 typedef family ValueType; typedef 146 size_t Hash(ValueType* value) const in Hash() 151 bool Compare(KeyType key, ValueType* family) const in Compare() 156 ValueType*& GetLink(ValueType* value) const in GetLink()
|
/haiku/src/add-ons/kernel/network/protocols/tcp/ |
H A D | EndpointManager.h | 35 typedef TCPEndpoint ValueType; typedef 58 typedef TCPEndpoint ValueType; typedef
|
/haiku/src/apps/cortex/ValControl/ |
H A D | NumericValControl.cpp | 60 ASSERT(fParam->ValueType() == B_FLOAT_TYPE || in NumericValControl() 61 fParam->ValueType() == B_DOUBLE_TYPE in NumericValControl() 409 switch (fParam->ValueType()) { in mediaParameterChanged() 448 switch (fParam->ValueType()) { in updateParameter()
|
/haiku/src/tests/system/kernel/util/ |
H A D | AVLTreeMapTest.h | 16 void TestList(List &list, typename List::ValueType *values, int valueCount);
|
H A D | VectorSetTest.h | 24 void TestList(List &list, typename List::ValueType *values, int valueCount);
|
H A D | VectorTest.h | 26 void TestList(List &list, typename List::ValueType *values, int valueCount);
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/ |
H A D | FUSEEntry.h | 109 typedef FUSEEntry ValueType; typedef 126 typedef FUSENode ValueType; typedef
|
/haiku/src/kits/tracker/ |
H A D | IconCache.h | 122 typedef Class ValueType; typedef 129 size_t Hash(ValueType* value) const in Hash() 134 bool Compare(KeyType key, ValueType* value) const in Compare() 139 ValueType*& GetLink(ValueType* value) const in GetLink()
|
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/ |
H A D | Node.h | 124 typedef Node ValueType; typedef 150 typedef Node ValueType; typedef
|
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/ |
H A D | PackageSettings.h | 126 typedef Entry ValueType; typedef 165 typedef PackageSettingsItem ValueType; typedef
|