Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Ddoc_query.h23 class Cond; variable
H A Dsys_event_query.h189 Cond(): op_(NONE), fieldValue_(0) {} in Cond() function
193 Cond(const std::string &col, Op op, const T &value): col_(col), op_(op), fieldValue_(value) {} in Cond() function