Searched refs:ScaledPair (Results 1 – 1 of 1) sorted by relevance
19 template <class UIntT> struct ScaledPair { struct22 ScaledPair(const std::pair<UIntT, int16_t> &F) : D(F.first), S(F.second) {} in ScaledPair() argument23 ScaledPair(UIntT D, int S) : D(D), S(S) {} in ScaledPair() function25 bool operator==(const ScaledPair<UIntT> &X) const { in operator ==() argument31 const ScaledPair<UIntT> &R) { in operator ==()32 return ScaledPair<UIntT>(L) == R; in operator ==()35 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) { in PrintTo()39 typedef ScaledPair<uint32_t> SP32;40 typedef ScaledPair<uint64_t> SP64;