Searched refs:ENCODED_LONG (Results 1 – 2 of 2) sorted by relevance
29 public static final int ENCODED_LONG = 0x06; field in EncodedValueReader161 checkType(ENCODED_LONG); in readLong()249 case ENCODED_LONG: in skipValue()
37 import static com.android.dex.EncodedValueReader.ENCODED_LONG;301 case ENCODED_LONG: in transform()302 EncodedValueCodec.writeSignedIntegralValue(out, ENCODED_LONG, reader.readLong()); in transform()