Searched refs:TwoKeyAVLTreeKey (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h11 // TwoKeyAVLTreeKey
13 class TwoKeyAVLTreeKey { class
15 inline TwoKeyAVLTreeKey(const PrimaryKey &primary, function in class:TwoKeyAVLTreeKey
23 inline TwoKeyAVLTreeKey(const PrimaryKey *primary) function in class:TwoKeyAVLTreeKey
40 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
66 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
126 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
233 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h13 // #pragma mark - TwoKeyAVLTreeKey
17 class TwoKeyAVLTreeKey { class
19 inline TwoKeyAVLTreeKey(const PrimaryKey& primary, function in class:TwoKeyAVLTreeKey
28 inline TwoKeyAVLTreeKey(const PrimaryKey* primary) function in class:TwoKeyAVLTreeKey
49 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
81 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
146 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;
290 typedef TwoKeyAVLTreeKey<PrimaryKey, SecondaryKey> Key;

Completed in 57 milliseconds