Searched refs:unsafeReadTypedVector (Results 1 – 1 of 1) sorted by relevance
391 status_t unsafeReadTypedVector(std::vector<T>* val,578 status_t Parcel::unsafeReadTypedVector( in unsafeReadTypedVector() function616 return unsafeReadTypedVector(val, read_func); in readTypedVector()634 status = unsafeReadTypedVector(val->get(), read_func); in readNullableTypedVector()701 return unsafeReadTypedVector<T, Parcelable>(val, &Parcel::readParcelable); in readParcelableVector()718 status = unsafeReadTypedVector(val->get(), &Parcel::readParcelable<T>); in readParcelableVector()