Searched refs:Unread (Results 1 - 8 of 8) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
H A Dfile_input_stream.h43 virtual void Unread(ByteVector* b);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
H A Dinput_stream.h43 virtual void Unread(ByteVector* b) = 0;
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length) = 0;
H A Dmemory_input_stream.h43 virtual void Unread(ByteVector* b);
44 virtual void Unread(ByteVector* b, int32_t offset, int32_t length);
H A Dmemory_input_stream.cc122 void MemoryInputStream::Unread(ByteVector* b) { function in class:sfntly::MemoryInputStream
123 Unread(b, 0, b->size());
126 void MemoryInputStream::Unread(ByteVector* b, int32_t offset, int32_t length) { function in class:sfntly::MemoryInputStream
H A Dfile_input_stream.cc130 void FileInputStream::Unread(ByteVector* b) { function in class:sfntly::FileInputStream
131 Unread(b, 0, b->size());
134 void FileInputStream::Unread(ByteVector* b, int32_t offset, int32_t length) { function in class:sfntly::FileInputStream
/external/sfntly/cpp/src/test/
H A Dmemory_io_test.cc78 is.Unread(&b);
H A Dfile_io_test.cc78 // Unread test
81 is.Unread(&b3);
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc199 pbis->Unread(&tag);

Completed in 181 milliseconds