Searched defs:ReadAll (Results 1 – 3 of 3) sorted by relevance
58 static int ReadAll(BIO *bio, uint8_t *out, size_t len) { in ReadAll() function
121 bool ReadAll(const std::unique_ptr<FileInterface>& file, in ReadAll() function
60 StreamResult StreamInterface::ReadAll(void* buffer, size_t buffer_len, in ReadAll() function in rtc::StreamInterface