Searched defs:ints (Results 1 – 3 of 3) sorted by relevance
842 std::vector<int> ints; in GetInts() local
411 std::vector<int> ints = HiAppEventAniUtil::GetInts(env, arrayRef); in AddArrayParamToAppEventPack() local
190 void GetInt32s(const napi_env env, const napi_value arr, std::vector<int32_t>& ints) in GetInt32s()