Lines Matching refs:ORowSetValue

34 ORowSetValue OOp_Abs::operate(const ORowSetValue& lhs) const  in operate()
45 ORowSetValue OOp_Sign::operate(const ORowSetValue& lhs) const in operate()
60 ORowSetValue OOp_Mod::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate()
63 return ORowSetValue(); in operate()
68 ORowSetValue OOp_Floor::operate(const ORowSetValue& lhs) const in operate()
76 ORowSetValue OOp_Ceiling::operate(const ORowSetValue& lhs) const in operate()
85 ORowSetValue OOp_Round::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
88 return ORowSetValue(); in operate()
99 ORowSetValue OOp_Exp::operate(const ORowSetValue& lhs) const in operate()
108 ORowSetValue OOp_Ln::operate(const ORowSetValue& lhs) const in operate()
116 return ORowSetValue(); in operate()
120 ORowSetValue OOp_Log::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
123 return ORowSetValue(); in operate()
132 return ORowSetValue(); in operate()
136 ORowSetValue OOp_Log10::operate(const ORowSetValue& lhs) const in operate()
143 return ORowSetValue(); in operate()
148 ORowSetValue OOp_Pow::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate()
156 ORowSetValue OOp_Sqrt::operate(const ORowSetValue& lhs) const in operate()
163 return ORowSetValue(); in operate()
167 ORowSetValue OOp_Pi::operate(const ::std::vector<ORowSetValue>& /*lhs*/) const in operate()
172 ORowSetValue OOp_Cos::operate(const ORowSetValue& lhs) const in operate()
180 ORowSetValue OOp_Sin::operate(const ORowSetValue& lhs) const in operate()
188 ORowSetValue OOp_Tan::operate(const ORowSetValue& lhs) const in operate()
196 ORowSetValue OOp_ACos::operate(const ORowSetValue& lhs) const in operate()
204 ORowSetValue OOp_ASin::operate(const ORowSetValue& lhs) const in operate()
212 ORowSetValue OOp_ATan::operate(const ORowSetValue& lhs) const in operate()
220 ORowSetValue OOp_ATan2::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate()
228 ORowSetValue OOp_Degrees::operate(const ORowSetValue& lhs) const in operate()
237 ORowSetValue OOp_Radians::operate(const ORowSetValue& lhs) const in operate()