Lines Matching refs:std
71 ORowSetValue OOp_Char::operate(const ::std::vector<ORowSetValue>& lhs) const 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()
100 ::std::vector<ORowSetValue>::const_reverse_iterator aIter = lhs.rbegin(); in operate()
101 ::std::vector<ORowSetValue>::const_reverse_iterator aEnd = lhs.rend(); 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()
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()
189 ORowSetValue OOp_Replace::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
223 ORowSetValue OOp_Insert::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()