Searched defs:consumeBytes (Results 1 – 7 of 7) sorted by relevance
90 consumeBytes struct { talias
200 public byte[] consumeBytes(int maxLength) { in consumeBytes() method in RecordingFuzzedDataProviderTest.MockFuzzedDataProvider
198 public byte[] consumeBytes(int maxLength) { in consumeBytes() method in CannedFuzzedDataProvider
71 byte[] consumeBytes(int maxLength); in consumeBytes() method
80 public byte[] consumeBytes(int maxLength) { in consumeBytes() method in RecordingFuzzedDataProvider
237 @Override public native byte[] consumeBytes(int maxLength); in consumeBytes() method in FuzzedDataProviderImpl
5323 func consumeBytes(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOption… func