Searched refs:matrixFragments (Results 1 – 1 of 1) sorted by relevance
153 std::vector<CompatibilityMatrix> matrixFragments; in getCombinedFrameworkMatrix() local154 auto matrixFragmentsStatus = getAllFrameworkMatrixLevels(&matrixFragments, error); in getCombinedFrameworkMatrix()158 if (matrixFragments.empty()) { in getCombinedFrameworkMatrix()182 for (auto&& fragment : matrixFragments) { in getCombinedFrameworkMatrix()200 auto combined = CompatibilityMatrix::combine(deviceLevel, &matrixFragments, error); in getCombinedFrameworkMatrix()821 std::vector<CompatibilityMatrix> matrixFragments; in checkDeprecation() local822 auto matrixFragmentsStatus = getAllFrameworkMatrixLevels(&matrixFragments, error); in checkDeprecation()826 if (matrixFragments.empty()) { in checkDeprecation()844 for (const auto& namedMatrix : matrixFragments) { in checkDeprecation()865 for (const auto& namedMatrix : matrixFragments) { in checkDeprecation()[all …]