Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/port/
Dmemory_input_stream.cc120 void MemoryInputStream::Unread(ByteVector* b) { in Unread() function in sfntly::MemoryInputStream
124 void MemoryInputStream::Unread(ByteVector* b, int32_t offset, int32_t length) { in Unread() function in sfntly::MemoryInputStream
Dfile_input_stream.cc128 void FileInputStream::Unread(ByteVector* b) { in Unread() function in sfntly::FileInputStream
132 void FileInputStream::Unread(ByteVector* b, int32_t offset, int32_t length) { in Unread() function in sfntly::FileInputStream