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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h37 typename PrimaryKeyCompare, typename SecondaryKeyCompare>
43 inline TwoKeyAVLTreeKeyCompare(const PrimaryKeyCompare &primary,
56 PrimaryKeyCompare fPrimaryKeyCompare;
122 typename PrimaryKeyCompare, typename SecondaryKeyCompare,
129 const PrimaryKeyCompare& primaryKeyCompare = PrimaryKeyCompare(),
206 PrimaryKeyCompare fPrimaryKeyCompare;
215 typename PrimaryKey, typename PrimaryKeyCompare, \
219 PrimaryKeyCompare, GetPrimaryKey, SecondaryKey, \
225 typename PrimaryKeyCompare, typenam
128 TwoKeyAVLTreeNodeStrategy( const PrimaryKeyCompare& primaryKeyCompare = PrimaryKeyCompare(), const SecondaryKeyCompare& secondaryKeyCompare = SecondaryKeyCompare(), const GetPrimaryKey& getPrimaryKey = GetPrimaryKey(), const GetSecondaryKey& getSecondaryKey = GetSecondaryKey()) argument
[all...]
H A DAttributeIndexImpl.h38 class PrimaryKeyCompare;
H A DAttributeIndexImpl.cpp98 // PrimaryKeyCompare
99 class AttributeIndexImpl::PrimaryKeyCompare class in class:AttributeIndexImpl
102 PrimaryKeyCompare(uint32 type) : fType(type) {} function in class:AttributeIndexImpl::PrimaryKeyCompare
144 : public TwoKeyAVLTree<Attribute*, PrimaryKey, PrimaryKeyCompare,
148 : TwoKeyAVLTree<Attribute*, PrimaryKey, PrimaryKeyCompare,
149 GetPrimaryKey>(PrimaryKeyCompare(type),
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h46 typename PrimaryKeyCompare, typename SecondaryKeyCompare>
52 inline TwoKeyAVLTreeKeyCompare(const PrimaryKeyCompare& primary,
69 PrimaryKeyCompare fPrimaryKeyCompare;
142 typename PrimaryKeyCompare, typename SecondaryKeyCompare,
149 const PrimaryKeyCompare& primaryKeyCompare = PrimaryKeyCompare(),
259 PrimaryKeyCompare fPrimaryKeyCompare;
271 typename PrimaryKey, typename PrimaryKeyCompare, \
275 PrimaryKeyCompare, GetPrimaryKey, SecondaryKey, \
283 typename PrimaryKeyCompare, typenam
148 TwoKeyAVLTreeNodeStrategy( const PrimaryKeyCompare& primaryKeyCompare = PrimaryKeyCompare(), const SecondaryKeyCompare& secondaryKeyCompare = SecondaryKeyCompare(), const GetPrimaryKey& getPrimaryKey = GetPrimaryKey(), const GetSecondaryKey& getSecondaryKey = GetSecondaryKey()) argument
[all...]

Completed in 49 milliseconds