Home
last modified time | relevance | path

Searched defs:WriteAffected (Results 1 – 1 of 1) sorted by relevance

/dports/security/vxquery/vxquery-0.2.1/
H A Dprocessors.cc224 struct WriteAffected : public std::unary_function<void, const AffectedSet &> { struct
225 std::ostream &os_;
226 WriteAffected(std::ostream &os) : os_(os) {} in WriteAffected() argument
227 void operator()(const AffectedSet &as) { in operator ()()
359 struct WriteAffected : public std::unary_function<void, const AffectedSet &> { struct
360 std::ostream &os_;
361 WriteAffected(std::ostream &os) : os_(os) {} in WriteAffected() function
362 void operator()(const AffectedSet &as) { in operator ()()