Home
last modified time | relevance | path

Searched refs:xsdcWrapperTypeVec (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DXmlConverter.h88 const std::vector<W>& xsdcWrapperTypeVec, in convertWrappedCollectionToAidl() argument
92 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() argument
134 if (!xsdcWrapperTypeVec.empty()) { in generateReferenceMap()
140 resultMap.reserve(xsdcWrapperTypeVec[0].getReference().size()); in generateReferenceMap()
141 for (const W& xsdcWrapperType : xsdcWrapperTypeVec) { in generateReferenceMap()