Searched refs:PartialIndex (Results 1 – 1 of 1) sorted by relevance
601 unsigned PartialDepth, PartialIndex; in CheckParameterPacksForExpansion() local602 std::tie(PartialDepth, PartialIndex) = getDepthAndIndex(PartialPack); in CheckParameterPacksForExpansion()603 if (PartialDepth == Depth && PartialIndex == Index) in CheckParameterPacksForExpansion()