Searched refs:EMPTY_BYTES (Results 1 – 7 of 7) sorted by relevance
12 private static final byte[] EMPTY_BYTES = new byte[0]; field in DefiniteLengthInputStream94 return EMPTY_BYTES; in toByteArray()
11 private static final byte[] EMPTY_BYTES = new byte[0]; field in WNafUtil189 return EMPTY_BYTES; in generateNaf()238 return EMPTY_BYTES; in generateWindowNaf()
82 public static final byte[] EMPTY_BYTES = {}; field in WireFormatNano
240 return WireFormatNano.EMPTY_BYTES; in readBytes()568 return WireFormatNano.EMPTY_BYTES; in getData()
346 return WireFormatNano.EMPTY_BYTES; in primitiveDefaultValue()
43 private static final byte[] EMPTY_BYTES = new byte[0]; field in AttributeAdder267 EMPTY_BYTES, in visitCodeAttribute()
3734 assertEquals(WireFormatNano.EMPTY_BYTES, m1.getOneofBytes()); in testOneofDefault()3753 assertEquals(WireFormatNano.EMPTY_BYTES, m.getOneofBytes()); in testOneofExclusiveness()