Home
last modified time | relevance | path

Searched defs:Unread (Results 1 – 4 of 4) 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
/external/chromium_org/third_party/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