Searched defs:writeNullableTypedVector (Results 1 – 2 of 2) sorted by relevance
1038 status_t Parcel::writeNullableTypedVector(const std::optional<std::vector<T>>& val, in writeNullableTypedVector() function1048 status_t Parcel::writeNullableTypedVector(const std::unique_ptr<std::vector<T>>& val, in writeNullableTypedVector() function1058 status_t Parcel::writeNullableTypedVector(const std::optional<std::vector<T>>& val, in writeNullableTypedVector() function1068 status_t Parcel::writeNullableTypedVector(const std::unique_ptr<std::vector<T>>& val, in writeNullableTypedVector() function