Searched defs:doubles (Results 1 – 3 of 3) sorted by relevance
124 std::vector<double> doubles; in AddArrayParam2EventPack() local
189 void GetDoubles(const napi_env env, const napi_value arr, std::vector<double>& doubles) in GetDoubles()
144 Cond::Cond(const std::string &col, Op op, const std::vector<double> &doubles): op_(NONE), fieldValu… in Cond()762 SysEventQuery &SysEventQuery::Or(const std::string &col, Op op, const std::vector<double> &doubles) in Or()