Searched refs:UINT8_MIN (Results 1 – 1 of 1) sorted by relevance
43 private static final int UINT8_MIN = 0x0; field in MarshalQueryableEnum65 if (enumValue < UINT8_MIN || enumValue > UINT8_MAX) { in marshal()