Searched defs:newVec (Results 1 – 2 of 2) sorted by relevance
107 std::vector<bool> newVec(num); in APersistableBundle_putBooleanVector() local116 std::vector<int32_t> newVec(num); in APersistableBundle_putIntVector() local125 std::vector<int64_t> newVec(num); in APersistableBundle_putLongVector() local134 std::vector<double> newVec(num); in APersistableBundle_putDoubleVector() local143 std::vector<android::String16> newVec(num); in APersistableBundle_putStringVector() local182 std::vector<bool> newVec; in APersistableBundle_getBooleanVector() local189 std::vector<int32_t> newVec; in APersistableBundle_getIntVector() local196 std::vector<int64_t> newVec; in APersistableBundle_getLongVector() local203 std::vector<double> newVec; in APersistableBundle_getDoubleVector() local212 std::vector<android::String16> newVec; in APersistableBundle_getStringVector() local
213 bool* newVec = (bool*)malloc(num * sizeof(bool)); in putBooleanVector() local330 T* newVec = (T*)malloc(bytes); in getVecInternal() local