Searched refs:anchorIdx (Results 1 – 2 of 2) sorted by relevance
2113 Optional<unsigned> &anchorIdx);2623 Optional<unsigned> anchorIdx; in parseOptional() local2625 if (failed(parseOptionalChildElement(elements, seenVariables, anchorIdx))) in parseOptional()2633 if (!anchorIdx) in parseOptional()2674 element = std::make_unique<OptionalElement>(std::move(elements), *anchorIdx, in parseOptional()2682 Optional<unsigned> &anchorIdx) { in parseOptionalChildElement() argument2691 if (anchorIdx) in parseOptionalChildElement()2694 anchorIdx = childElements.size() - 1; in parseOptionalChildElement()
1514 auto anchorIdx = anchorIndex(mode, partitionIdx, subsetIdx); in decode() local1515 auto isAnchor = anchorIdx == texelIdx; in decode()