Lines Matching refs:encode
217 static U encode(T value) {224 return (previous & ~kMask) | encode(value);