Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java337 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream
900 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder
1603 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder
2379 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder
3503 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
/third_party/skia/src/core/
DSkReadBuffer.cpp263 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
/third_party/skia/m133/src/core/
DSkReadBuffer.cpp284 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer