Searched refs:PartialIndex (Results 1 – 2 of 2) sorted by relevance
610 unsigned PartialDepth, PartialIndex; in CheckParameterPacksForExpansion() local611 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack); in CheckParameterPacksForExpansion()612 if (PartialDepth == Depth && PartialIndex == Index) in CheckParameterPacksForExpansion()
743 unsigned PartialDepth, PartialIndex; in CheckParameterPacksForExpansion() local744 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack); in CheckParameterPacksForExpansion()745 if (PartialDepth == Depth && PartialIndex == Index) { in CheckParameterPacksForExpansion()