Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js259 this.readByteArray = function (...args) { method
263 this.readByteArray = function () { method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java328 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream
916 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder
1641 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder
2390 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder
3501 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
/third_party/flutter/skia/src/core/
DSkReadBuffer.cpp239 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
DSkReadBuffer.h286 bool readByteArray (void*, size_t) { return false; } in readByteArray() function
/third_party/skia/src/core/
DSkReadBuffer.cpp263 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer