Lines Matching refs:PrimaryKeyCompare
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,
292 const PrimaryKeyCompare& primaryCompare,
330 PrimaryKeyCompare fPrimaryKeyCompare;
414 fTreeMap(NodeStrategy(PrimaryKeyCompare(), SecondaryKeyCompare(), in TwoKeyAVLTree()
416 fPrimaryKeyCompare(PrimaryKeyCompare()), in TwoKeyAVLTree()
424 const PrimaryKeyCompare& primaryCompare, const GetPrimaryKey& getPrimary, in TwoKeyAVLTree()