Searched defs:ints (Results 1 – 2 of 2) sorted by relevance
| /base/hiviewdfx/hiview/base/event_store/ |
| D | sys_event_query.cpp | 112 Cond::Cond(const std::string &col, Op op, const std::vector<int8_t> &ints): op_(NONE), fieldValue_(… in Cond() 119 Cond::Cond(const std::string &col, Op op, const std::vector<int16_t> &ints): op_(NONE), fieldValue_… in Cond() 126 Cond::Cond(const std::string &col, Op op, const std::vector<int32_t> &ints): op_(NONE), fieldValue_… in Cond() 722 SysEventQuery &SysEventQuery::Or(const std::string &col, Op op, const std::vector<int8_t> &ints) in Or() 730 SysEventQuery &SysEventQuery::Or(const std::string &col, Op op, const std::vector<int16_t> &ints) in Or() 738 SysEventQuery &SysEventQuery::Or(const std::string &col, Op op, const std::vector<int32_t> &ints) in Or()
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| D | napi_util.cpp | 167 void GetInt32s(const napi_env env, const napi_value arr, std::vector<int32_t>& ints) in GetInt32s()
|