Home
last modified time | relevance | path

Searched refs:readFunc (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
67 auto item = readFunc(parcel); 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