Searched defs:Cond (Results 1 – 2 of 2) sorted by relevance
23 class Cond; variable
189 Cond(): op_(NONE), fieldValue_(0) {} in Cond() function193 Cond(const std::string &col, Op op, const T &value): col_(col), op_(op), fieldValue_(value) {} in Cond() function