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.cc126 void MemoryInputStream::Unread(std::vector<uint8_t>* b) { in Unread() function in sfntly::MemoryInputStream
130 void MemoryInputStream::Unread(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Unread() function in sfntly::MemoryInputStream
Dfile_input_stream.cc134 void FileInputStream::Unread(std::vector<uint8_t>* b) { in Unread() function in sfntly::FileInputStream
138 void FileInputStream::Unread(std::vector<uint8_t>* b, int32_t offset, int32_t length) { in Unread() function in sfntly::FileInputStream