Searched refs:unsafeReadTypedVector (Results 1 – 1 of 1) sorted by relevance
453 status_t unsafeReadTypedVector(std::vector<T>* val,727 status_t Parcel::unsafeReadTypedVector( in unsafeReadTypedVector() function765 return unsafeReadTypedVector(val, read_func); in readTypedVector()783 status = unsafeReadTypedVector(val->get(), read_func); in readNullableTypedVector()850 return unsafeReadTypedVector<T, Parcelable>(val, &Parcel::readParcelable); in readParcelableVector()867 status = unsafeReadTypedVector(val->get(), &Parcel::readParcelable<T>); in readParcelableVector()