Searched defs:And (Results 1 – 4 of 4) sorted by relevance
| /base/hiviewdfx/hiview/base/event_store/dao/ | ||
| D | doc_query.cpp | 28 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 | 193 Cond &And(const std::string &col, Op op, const T &value) in And() function |
| /base/security/security_guard/test/unittest/mock/rdb/ | ||
| D | rdb_predicates.h | 35 virtual AbsPredicates *And() {return nullptr;}; in And() function |