Searched refs:PrimaryKeyCompare (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | TwoKeyAVLTree.h | 37 typename PrimaryKeyCompare, typename SecondaryKeyCompare> 43 inline TwoKeyAVLTreeKeyCompare(const PrimaryKeyCompare &primary, in TwoKeyAVLTreeKeyCompare() 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, typename GetPrimaryKey, 235 PrimaryKeyCompare, SecondaryKeyCompare, GetPrimaryKey, [all …]
|
H A D | AttributeIndexImpl.cpp | 99 class AttributeIndexImpl::PrimaryKeyCompare class in AttributeIndexImpl 102 PrimaryKeyCompare(uint32 type) : fType(type) {} in PrimaryKeyCompare() function in AttributeIndexImpl::PrimaryKeyCompare 144 : public TwoKeyAVLTree<Attribute*, PrimaryKey, PrimaryKeyCompare, 148 : TwoKeyAVLTree<Attribute*, PrimaryKey, PrimaryKeyCompare, in AttributeTree() 149 GetPrimaryKey>(PrimaryKeyCompare(type), in AttributeTree()
|
H A D | AttributeIndexImpl.h | 38 class PrimaryKeyCompare; variable
|
/haiku/src/add-ons/kernel/file_systems/packagefs/util/ |
H A D | TwoKeyAVLTree.h | 46 typename PrimaryKeyCompare, typename SecondaryKeyCompare> 52 inline TwoKeyAVLTreeKeyCompare(const PrimaryKeyCompare& primary, in TwoKeyAVLTreeKeyCompare() 69 PrimaryKeyCompare fPrimaryKeyCompare; 171 typename PrimaryKeyCompare, typename SecondaryKeyCompare, 179 const PrimaryKeyCompare& primaryKeyCompare = PrimaryKeyCompare(), 250 PrimaryKeyCompare fPrimaryKeyCompare; 259 typename PrimaryKey, typename PrimaryKeyCompare, \ 263 PrimaryKeyCompare, GetPrimaryKey, SecondaryKey, \ 271 typename PrimaryKeyCompare, typename GetPrimaryKey, 280 PrimaryKeyCompare, SecondaryKeyCompare, GetPrimaryKey, [all …]
|