Searched defs:arrayInt32 (Results 1 – 1 of 1) sorted by relevance
73 sptr<IArray> HandleArrayInt32FromJson(const std::vector<int32_t> &arrayInt32) in HandleArrayInt32FromJson()116 …const nlohmann::json &jsonObject, std::vector<int32_t> &arrayInt32, std::vector<double> &arrayDoub… in HandleArrayNumberFromJson()144 std::vector<int32_t> arrayInt32; in HandleArrayFromJson() local