Lines Matching refs:ORowSetValue

34 ORowSetValue OOp_Upper::operate(const ORowSetValue& lhs) const  in operate()
43 ORowSetValue OOp_Lower::operate(const ORowSetValue& lhs) const in operate()
52 ORowSetValue OOp_Ascii::operate(const ORowSetValue& lhs) const in operate()
62 ORowSetValue OOp_CharLength::operate(const ORowSetValue& lhs) const in operate()
71 ORowSetValue OOp_Char::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
75 return ORowSetValue(); in operate()
78 ::std::vector<ORowSetValue>::const_reverse_iterator aIter = lhs.rbegin(); in operate()
79 ::std::vector<ORowSetValue>::const_reverse_iterator aEnd = lhs.rend(); in operate()
93 ORowSetValue OOp_Concat::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
97 return ORowSetValue(); in operate()
100 ::std::vector<ORowSetValue>::const_reverse_iterator aIter = lhs.rbegin(); in operate()
101 ::std::vector<ORowSetValue>::const_reverse_iterator aEnd = lhs.rend(); in operate()
105 return ORowSetValue(); in operate()
113 ORowSetValue OOp_Locate::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
116 ::std::vector<ORowSetValue>::const_iterator aIter = lhs.begin(); in operate()
117 ::std::vector<ORowSetValue>::const_iterator aEnd = lhs.end(); in operate()
121 return ORowSetValue(); in operate()
127 return ORowSetValue(); in operate()
132 ORowSetValue OOp_SubString::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
135 ::std::vector<ORowSetValue>::const_iterator aIter = lhs.begin(); in operate()
136 ::std::vector<ORowSetValue>::const_iterator aEnd = lhs.end(); in operate()
140 return ORowSetValue(); in operate()
146 return ORowSetValue(); in operate()
151 ORowSetValue OOp_LTrim::operate(const ORowSetValue& lhs) const in operate()
162 ORowSetValue OOp_RTrim::operate(const ORowSetValue& lhs) const in operate()
173 ORowSetValue OOp_Space::operate(const ORowSetValue& lhs) const in operate()
189 ORowSetValue OOp_Replace::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
193 return ORowSetValue(); in operate()
208 ORowSetValue OOp_Repeat::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate()
223 ORowSetValue OOp_Insert::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
227 return ORowSetValue(); in operate()
237 ORowSetValue OOp_Left::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate()
246 return ORowSetValue(); in operate()
250 ORowSetValue OOp_Right::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate()
259 return ORowSetValue(); in operate()