Searched refs:GetPrimaryKey (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h62 typename GetPrimaryKey, typename GetSecondaryKey>
69 TwoKeyAVLTreeGetKey(const GetPrimaryKey &getPrimary,
82 GetPrimaryKey fGetPrimaryKey;
123 typename GetPrimaryKey, typename GetSecondaryKey>
131 const GetPrimaryKey& getPrimaryKey = GetPrimaryKey(),
208 GetPrimaryKey fGetPrimaryKey;
216 typename GetPrimaryKey, typename SecondaryKey, \
219 PrimaryKeyCompare, GetPrimaryKey, SecondaryKey, \
225 typename PrimaryKeyCompare, typename GetPrimaryKey,
128 TwoKeyAVLTreeNodeStrategy( const PrimaryKeyCompare& primaryKeyCompare = PrimaryKeyCompare(), const SecondaryKeyCompare& secondaryKeyCompare = SecondaryKeyCompare(), const GetPrimaryKey& getPrimaryKey = GetPrimaryKey(), const GetSecondaryKey& getSecondaryKey = GetSecondaryKey()) argument
[all...]
H A DAttributeIndexImpl.h37 class GetPrimaryKey;
H A DAttributeIndexImpl.cpp84 // GetPrimaryKey
85 class AttributeIndexImpl::GetPrimaryKey { class in class:AttributeIndexImpl
145 GetPrimaryKey> {
149 GetPrimaryKey>(PrimaryKeyCompare(type),
150 GetPrimaryKey(), TwoKeyAVLTreeStandardCompare<Attribute*>(),
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h78 typename GetPrimaryKey, typename GetSecondaryKey>
84 TwoKeyAVLTreeGetKey(const GetPrimaryKey& getPrimary,
98 GetPrimaryKey fGetPrimaryKey;
143 typename GetPrimaryKey, typename GetSecondaryKey>
151 const GetPrimaryKey& getPrimaryKey = GetPrimaryKey(),
261 GetPrimaryKey fGetPrimaryKey;
272 typename GetPrimaryKey, typename SecondaryKey, \
275 PrimaryKeyCompare, GetPrimaryKey, SecondaryKey, \
283 typename PrimaryKeyCompare, typename GetPrimaryKey,
148 TwoKeyAVLTreeNodeStrategy( const PrimaryKeyCompare& primaryKeyCompare = PrimaryKeyCompare(), const SecondaryKeyCompare& secondaryKeyCompare = SecondaryKeyCompare(), const GetPrimaryKey& getPrimaryKey = GetPrimaryKey(), const GetSecondaryKey& getSecondaryKey = GetSecondaryKey()) argument
[all...]

Completed in 43 milliseconds