Home
last modified time | relevance | path

Searched defs:readNullableTypedVector (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/binder/
DParcel.h954 status_t Parcel::readNullableTypedVector(std::optional<std::vector<T>>* val, in readNullableTypedVector() function
978 status_t Parcel::readNullableTypedVector(std::unique_ptr<std::vector<T>>* val, in readNullableTypedVector() function
/frameworks/native/libs/binder/include/binder/
DParcel.h954 status_t Parcel::readNullableTypedVector(std::optional<std::vector<T>>* val, in readNullableTypedVector() function
978 status_t Parcel::readNullableTypedVector(std::unique_ptr<std::vector<T>>* val, in readNullableTypedVector() function