MCPcopy Create free account
hub / github.com/HexHive/NASS / writeParcelableVector

Method writeParcelableVector

binderlib/include/binder/Parcel.h:293–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292 template<typename T>
293 status_t writeParcelableVector(const std::optional<std::vector<std::optional<T>>>& val)
294 { return writeData(val); }
295 template<typename T>
296 [[deprecated("use std::optional version instead")]] //
297 status_t writeParcelableVector(const std::unique_ptr<std::vector<std::unique_ptr<T>>>& val)

Callers 4

onTransactMethod · 0.45
onTransactMethod · 0.45
onTransactMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected