Searched refs:getInnerTypeVec (Results 1 – 1 of 1) sorted by relevance
89 std::function<const std::vector<X>&(const W&)> getInnerTypeVec, in convertWrappedCollectionToAidl() argument98 resultAidlTypeVec.reserve(getInnerTypeVec(xsdcWrapperTypeVec[0]).size()); in convertWrappedCollectionToAidl()100 for (const X& xsdcType : getInnerTypeVec(xsdcWrapperType)) { in convertWrappedCollectionToAidl()