Searched refs:xsdcTypeVec (Results 1 – 1 of 1) sorted by relevance
110 const std::vector<X>& xsdcTypeVec, in convertCollectionToAidl() argument113 resultAidlTypeVec.reserve(xsdcTypeVec.size()); in convertCollectionToAidl()114 for (const X& xsdcType : xsdcTypeVec) { in convertCollectionToAidl()