Lines Matching refs:COMPARE
61 template <typename COMPARE> class ExtremumLocAccumulator {
63 using Type = typename COMPARE::Type;
102 COMPARE compare_;
116 template <typename, bool, bool> class COMPARE>
123 LocationHelper<ExtremumLocAccumulator<COMPARE<CppType, IS_MAX, true>>, in DoMaxOrMinLoc()
126 LocationHelper<ExtremumLocAccumulator<COMPARE<CppType, IS_MAX, false>>, in DoMaxOrMinLoc()
198 template <typename, bool, bool> class COMPARE, bool BACK>
203 using Accumulator = ExtremumLocAccumulator<COMPARE<CppType, IS_MAX, BACK>>; in DoPartialMaxOrMinLocDirection()
211 template <typename, bool, bool> class COMPARE>
216 DoPartialMaxOrMinLocDirection<CAT, KIND, IS_MAX, COMPARE, true>( in DoPartialMaxOrMinLoc()
219 DoPartialMaxOrMinLocDirection<CAT, KIND, IS_MAX, COMPARE, false>( in DoPartialMaxOrMinLoc()
225 template <typename, bool, bool> class COMPARE>
231 DoPartialMaxOrMinLoc<CAT, KIND, IS_MAX, COMPARE>( in operator ()()