Lines Matching refs:one
105 case ONE:106 return "ONE";125 static const WeightClass &One() {126 static WeightClass w(ONE);140 enum ElementType { ZERO, ONE, OTHER };152 // We need to store zero and one as statics, because the weight type156 static const W one = W::One();160 } else if (element_type_ == ONE) {161 return &one;