Home
last modified time | relevance | path

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

12345

/haiku/src/tools/fs_shell/
H A DOpenHashTable.h90 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 DOpenHashTable.h90 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 DMultiHashTable.h32 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 DNodeTable.h16 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 DDirectoryEntryTable.h24 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 DHashRevokeManager.h25 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 DQueryPredicate.h110 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 Dlaunch_speedup.cpp68 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 Drule_based_prefetcher.cpp154 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 DHaikuKernelFileSystem.cpp27 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 DHashSet.h48 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 DHashMap.h51 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 Dmulticast.h170 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 Dmulticast.h167 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 DPackage.h65 typedef Package ValueType; typedef
91 typedef Package ValueType; typedef
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp104 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 DEndpointManager.h35 typedef TCPEndpoint ValueType; typedef
58 typedef TCPEndpoint ValueType; typedef
/haiku/src/apps/cortex/ValControl/
H A DNumericValControl.cpp60 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 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/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h109 typedef FUSEEntry ValueType; typedef
126 typedef FUSENode ValueType; typedef
/haiku/src/kits/tracker/
H A DIconCache.h122 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 DNode.h124 typedef Node ValueType; typedef
150 typedef Node ValueType; typedef
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.h126 typedef Entry ValueType; typedef
165 typedef PackageSettingsItem ValueType; typedef

12345