Searched refs:selectionOrdinal (Results 1 – 1 of 1) sorted by relevance
201 Integer selectionOrdinal = getSelectionOrdinal(); in encodePerImpl() local202 Preconditions.checkState(optionCount == 0 || selectionOrdinal != null, in encodePerImpl()207 PerAlignedUtils.encodeNormallySmallWholeNumber(selectionOrdinal)); in encodePerImpl()211 selectionOrdinal)); in encodePerImpl()217 selectionOrdinal, 0, optionCount - 1)); in encodePerImpl()221 selectionOrdinal, 0, optionCount - 1)); in encodePerImpl()255 Integer selectionOrdinal = 0; in decodePerImpl() local261 selectionOrdinal = PerAlignedUtils.decodeNormallySmallWholeNumber(reader); in decodePerImpl()263 selectionOrdinal = PerUnalignedUtils.decodeNormallySmallWholeNumber(reader); in decodePerImpl()267 selectionOrdinal = PerAlignedUtils.decodeSmallConstrainedWholeNumber( in decodePerImpl()[all …]