Searched defs:readByteArray (Results 1 – 2 of 2) sorted by relevance
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
| D | CodedInputStream.java | 329 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream |
| /third_party/skia/src/core/ | ||
| D | SkReadBuffer.cpp | 263 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer |