Home
last modified time | relevance | path

Searched defs:readRawBytes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java704 private byte[] readRawBytes(int n) throws IOException { in readRawBytes() method
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java595 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputByteBufferNano
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1140 public byte[] readRawBytes(final int size) throws IOException { in readRawBytes() method in CodedInputStream