Searched refs:decodeSemiConstrainedLengthOfBytes (Results 1 – 7 of 7) sorted by relevance
188 return decodeSemiConstrainedLengthOfBytes(reader); in decodeConstrainedLengthOfBytes()234 public static byte[] decodeSemiConstrainedLengthOfBytes( in decodeSemiConstrainedLengthOfBytes() method in PerAlignedUtils252 return decodeSemiConstrainedLengthOfBytes(reader); in decodeUnconstrainedLengthOfBytes()324 byte [] encodedBytes = decodeSemiConstrainedLengthOfBytes(reader); in decodeOpenTypeField()
106 setValueBytes(PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()108 setValueBytes(PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
147 return decodeSemiConstrainedLengthOfBytes(reader); in decodeConstrainedLengthOfBytes()182 public static byte[] decodeSemiConstrainedLengthOfBytes( in decodeSemiConstrainedLengthOfBytes() method in PerUnalignedUtils258 byte [] encodedBytes = decodeSemiConstrainedLengthOfBytes(reader); in decodeOpenTypeField()
332 PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()336 PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()344 PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()347 PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()
192 ? PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader) in decodePerImpl()193 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()199 : PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader)); in decodePerImpl()
106 byte[] basicEncoding = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerUnaligned()111 byte[] basicEncoding = PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerAligned()
125 value = PerAlignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()127 value = PerUnalignedUtils.decodeSemiConstrainedLengthOfBytes(reader); in decodePerImpl()