Lines Matching refs:PrimaryKeyCompare
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,
245 TwoKeyAVLTree(const PrimaryKeyCompare &primaryCompare,
267 PrimaryKeyCompare fPrimaryKeyCompare;
341 : fTreeMap(NodeStrategy(PrimaryKeyCompare(), SecondaryKeyCompare(), in TwoKeyAVLTree()
343 fPrimaryKeyCompare(PrimaryKeyCompare()), in TwoKeyAVLTree()
352 const PrimaryKeyCompare &primaryCompare, const GetPrimaryKey &getPrimary, in TwoKeyAVLTree()