Home | History | Annotate | Download | only in lib

Lines Matching refs:Value1

65     value1_ = w.Value1();
95 W1 Value1() const { return value1_; }
107 return w.Value1() == v.Value1() && w.Value2() == v.Value2();
113 return w1.Value1() != w2.Value1() || w1.Value2() != w2.Value2();
128 return strm << w.Value1() << separator << w.Value2();
173 return ProductWeight<W1, W2>(Plus(w.Value1(), v.Value1()),
180 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
188 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),