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.cc122 void MemoryInputStream::Unread(ByteVector* b) { in Unread() function in sfntly::MemoryInputStream
126 void MemoryInputStream::Unread(ByteVector* b, int32_t offset, int32_t length) { in Unread() function in sfntly::MemoryInputStream
Dfile_input_stream.cc130 void FileInputStream::Unread(ByteVector* b) { in Unread() function in sfntly::FileInputStream
134 void FileInputStream::Unread(ByteVector* b, int32_t offset, int32_t length) { in Unread() function in sfntly::FileInputStream