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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h12 template<typename PrimaryKey, typename SecondaryKey>
15 inline TwoKeyAVLTreeKey(const PrimaryKey &primary,
23 inline TwoKeyAVLTreeKey(const PrimaryKey *primary)
30 PrimaryKey primary;
36 template<typename PrimaryKey, typename SecondaryKey,
40 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
61 template<typename Value, typename PrimaryKey, typename SecondaryKey,
66 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
121 template <typename PrimaryKey, typename SecondaryKey, typename Value,
126 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKe
[all...]
H A DAttributeIndexImpl.cpp66 // PrimaryKey
67 class AttributeIndexImpl::PrimaryKey { class in class:AttributeIndexImpl
69 PrimaryKey(Attribute *attribute, const uint8 *theKey, function in class:AttributeIndexImpl::PrimaryKey
73 PrimaryKey(Attribute *attribute) function in class:AttributeIndexImpl::PrimaryKey
75 PrimaryKey(const uint8 *theKey, size_t length) function in class:AttributeIndexImpl::PrimaryKey
87 inline PrimaryKey operator()(Attribute *a)
89 return PrimaryKey(a);
92 inline PrimaryKey operator()(Attribute *a) const
94 return PrimaryKey(a);
104 inline int operator()(const PrimaryKey
[all...]
H A DAttributeIndexImpl.h36 class PrimaryKey;
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h16 template<typename PrimaryKey, typename SecondaryKey>
19 inline TwoKeyAVLTreeKey(const PrimaryKey& primary,
28 inline TwoKeyAVLTreeKey(const PrimaryKey* primary)
36 PrimaryKey primary;
45 template<typename PrimaryKey, typename SecondaryKey,
49 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
77 template<typename Value, typename PrimaryKey, typename SecondaryKey,
81 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
141 template <typename PrimaryKey, typename SecondaryKey, typename Value,
146 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKe
[all...]

Completed in 63 milliseconds