Home
last modified time | relevance | path

Searched refs:fSecondaryKeyCompare (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h45 : fPrimaryKeyCompare(primary), fSecondaryKeyCompare(secondary) {} in TwoKeyAVLTreeKeyCompare()
51 result = fSecondaryKeyCompare(a.secondary, b.secondary); in operator()
57 SecondaryKeyCompare fSecondaryKeyCompare; variable
134 fSecondaryKeyCompare(secondaryKeyCompare), in fPrimaryKeyCompare()
202 result = fSecondaryKeyCompare(a.secondary, b.secondary); in _CompareKeys()
207 SecondaryKeyCompare fSecondaryKeyCompare; variable
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h56 fSecondaryKeyCompare(secondary) in TwoKeyAVLTreeKeyCompare()
64 result = fSecondaryKeyCompare(a.secondary, b.secondary); in operator()
70 SecondaryKeyCompare fSecondaryKeyCompare; variable
185 fSecondaryKeyCompare(secondaryKeyCompare), in fPrimaryKeyCompare()
246 result = fSecondaryKeyCompare(a.secondary, b.secondary); in _CompareKeys()
251 SecondaryKeyCompare fSecondaryKeyCompare; variable