Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DXmlConverter.h89 std::function<const std::vector<X>&(const W&)> getInnerTypeVec, in convertWrappedCollectionToAidl() argument
98 resultAidlTypeVec.reserve(getInnerTypeVec(xsdcWrapperTypeVec[0]).size()); in convertWrappedCollectionToAidl()
100 for (const X& xsdcType : getInnerTypeVec(xsdcWrapperType)) { in convertWrappedCollectionToAidl()