Home
last modified time | relevance | path

Searched refs:supportedList (Results 1 - 1 of 1) sorted by relevance

/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h60 static bool readListFromParcel(Parcel &parcel, std::vector<T> &supportedList, const ReadFunc &readFunc) in readListFromParcel() argument
64 supportedList.clear(); in readListFromParcel()
65 supportedList.reserve(vecSize); // Allocate the required memory all at once to speed up processing efficiency. in readListFromParcel()
69 supportedList.emplace_back(std::move(*item)); in readListFromParcel()
78 static bool readListFromParcel(Parcel &parcel, std::vector<T> &supportedList, const ReadFunc &readFunc, in readListFromParcel() argument
84 return readListFromParcel(parcel, supportedList, readFunc); in readListFromParcel()

Completed in 1 milliseconds