Searched defs:And (Results 1 – 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/base/event_store/dao/ | ||
D | doc_query.cpp | 29 void DocQuery::And(const Cond& cond) in And() function in OHOS::HiviewDFX::EventStore::DocQuery |
D | sys_event_query.cpp | 306 Cond &Cond::And(const Cond &cond) in And() function in OHOS::HiviewDFX::EventStore::Cond |
/base/hiviewdfx/hiview/base/event_store/include/ | ||
D | sys_event_query.h | 174 Cond &And(const std::string &col, Op op, const T &value) in And() function |