Home
last modified time | relevance | path

Searched defs:readFrom (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DInfiniteRecording.h34 int32_t readFrom(T *buffer, size_t position, size_t count) { in readFrom() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java484 public static ByteString readFrom(InputStream streamToDrain) throws IOException { in readFrom() method
504 public static ByteString readFrom(InputStream streamToDrain, int chunkSize) throws IOException { in readFrom() method
509 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom() method