Searched defs:PairWeight (Results 1 – 1 of 1) sorted by relevance
37 template<class W1, class W2> class PairWeight; variable50 PairWeight() {} in PairWeight() function52 PairWeight(const PairWeight& w) : value1_(w.value1_), value2_(w.value2_) {} in PairWeight() function54 PairWeight(W1 w1, W2 w2) : value1_(w1), value2_(w2) {} in PairWeight() function