Searched refs:xsdcWrapperTypeVec (Results 1 – 1 of 1) sorted by relevance
88 const std::vector<W>& xsdcWrapperTypeVec, in convertWrappedCollectionToAidl() argument92 if (!xsdcWrapperTypeVec.empty()) { in convertWrappedCollectionToAidl()98 resultAidlTypeVec.reserve(getInnerTypeVec(xsdcWrapperTypeVec[0]).size()); in convertWrappedCollectionToAidl()99 for (const W& xsdcWrapperType : xsdcWrapperTypeVec) { in convertWrappedCollectionToAidl()132 std::unordered_map<std::string, R> generateReferenceMap(const std::vector<W>& xsdcWrapperTypeVec) { in generateReferenceMap() argument134 if (!xsdcWrapperTypeVec.empty()) { in generateReferenceMap()140 resultMap.reserve(xsdcWrapperTypeVec[0].getReference().size()); in generateReferenceMap()141 for (const W& xsdcWrapperType : xsdcWrapperTypeVec) { in generateReferenceMap()