Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DParcel.h1038 status_t Parcel::writeNullableTypedVector(const std::optional<std::vector<T>>& val, in writeNullableTypedVector() function
1048 status_t Parcel::writeNullableTypedVector(const std::unique_ptr<std::vector<T>>& val, in writeNullableTypedVector() function
1058 status_t Parcel::writeNullableTypedVector(const std::optional<std::vector<T>>& val, in writeNullableTypedVector() function
1068 status_t Parcel::writeNullableTypedVector(const std::unique_ptr<std::vector<T>>& val, in writeNullableTypedVector() function
/frameworks/native/libs/binder/include/binder/
DParcel.h1038 status_t Parcel::writeNullableTypedVector(const std::optional<std::vector<T>>& val, in writeNullableTypedVector() function
1048 status_t Parcel::writeNullableTypedVector(const std::unique_ptr<std::vector<T>>& val, in writeNullableTypedVector() function
1058 status_t Parcel::writeNullableTypedVector(const std::optional<std::vector<T>>& val, in writeNullableTypedVector() function
1068 status_t Parcel::writeNullableTypedVector(const std::unique_ptr<std::vector<T>>& val, in writeNullableTypedVector() function