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

1234

/haiku-fatelf/headers/private/kernel/util/
H A DOpenHashTable.h32 typedef Foo ValueType;
76 typedef typename Definition::ValueType ValueType; typedef in class:BOpenHashTable
134 ValueType* Lookup(const KeyType& key) const
140 ValueType* slot = fTable[index];
151 status_t Insert(ValueType* value)
163 void InsertUnchecked(ValueType* value)
177 // TODO: a ValueType* Remove(const KeyType& key) method is missing
179 bool Remove(ValueType* value)
191 bool RemoveUnchecked(ValueType* valu
[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-fatelf/src/tests/system/kernel/util/
H A DAVLTreeMapTest.h16 void TestList(List &list, typename List::ValueType *values, int valueCount);
H A DSinglyLinkedListTest.h17 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-fatelf/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-fatelf/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h34 typedef SubWindow ValueType; typedef in struct:SubWindowManager::HashDefinition
/haiku-fatelf/src/apps/debugger/arch/
H A DRegister.h37 uint32 ValueType() const { return fValueType; } function in class:Register
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashSet.h41 typedef HashSetElement<Key> ValueType; typedef in struct:HashSetTableDefinition
45 size_t Hash(const ValueType* value) const
47 bool Compare(const KeyType& key, const ValueType* value) const
49 HashTableLink<ValueType>* GetLink(ValueType* value) const
H A DHashMap.h47 typedef HashMapElement<Key, Value> ValueType; typedef in struct:HashMapTableDefinition
51 size_t Hash(const ValueType* value) const
53 bool Compare(const KeyType& key, const ValueType* value) const
55 ValueType*& GetLink(ValueType* value) const
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h107 typedef FUSEEntry ValueType; typedef in struct:UserlandFS::FUSEEntryHashDefinition
124 typedef FUSENode ValueType; typedef in struct:UserlandFS::FUSENodeHashDefinition
/haiku-fatelf/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-fatelf/headers/private/package/hpkg/
H A DStrings.h56 typedef CachedString ValueType; typedef in struct:BPackageKit::BHPKG::BPrivate::CachedStringHashDefinition
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDependencyFamily.h82 typedef DependencyFamily ValueType; typedef in struct:DependencyFamilyHashDefinition
H A DResolvableFamily.h59 typedef ResolvableFamily ValueType; typedef in struct:ResolvableFamilyHashDefinition
H A DNode.h147 typedef Node ValueType; typedef in struct:NodeNameHashDefinition
173 typedef Node ValueType; typedef in struct:NodeIDHashDefinition
H A DIndex.h102 typedef Index ValueType; typedef in struct:IndexHashDefinition
H A DNodeListener.h100 typedef NodeListener ValueType; typedef in struct:NodeListenerHashDefinition
/haiku-fatelf/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-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h17 typedef UnixEndpoint ValueType; typedef in struct:UnixAddressHashDefinition
/haiku-fatelf/src/system/kernel/slab/
H A DHashedObjectCache.h43 typedef HashedSlab ValueType; typedef in struct:HashedObjectCache::Definition
/haiku-fatelf/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
/haiku-fatelf/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-fatelf/src/bin/debug/ltrace/
H A Dltrace_stub.cpp57 typedef PatchEntry ValueType; typedef in struct:OriginalTableDefinition
83 typedef PatchEntry ValueType; typedef in struct:PatchedTableDefinition

Completed in 112 milliseconds

1234