Searched refs:MemoryInputStream (Results 1 – 7 of 7) sorted by relevance
28 MemoryInputStream::MemoryInputStream() in MemoryInputStream() function in sfntly::MemoryInputStream34 MemoryInputStream::~MemoryInputStream() { in ~MemoryInputStream()38 int32_t MemoryInputStream::Available() { in Available()42 void MemoryInputStream::Close() { in Close()45 void MemoryInputStream::Mark(int32_t readlimit) { in Mark()50 bool MemoryInputStream::MarkSupported() { in MarkSupported()54 int32_t MemoryInputStream::Read() { in Read()71 int32_t MemoryInputStream::Read(ByteVector* b) { in Read()75 int32_t MemoryInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { in Read()98 void MemoryInputStream::Reset() { in Reset()[all …]
26 class MemoryInputStream : public PushbackInputStream {28 MemoryInputStream();29 virtual ~MemoryInputStream();
73 MemoryInputStream is; in TestChangeOneName()122 MemoryInputStream is; in TestModifyNameTableAndRevert()168 MemoryInputStream is; in TestRemoveOneName()
47 MemoryInputStream is; in TestSerialization()113 MemoryInputStream is; in TestSerializationBitmap()
41 MemoryInputStream is; in TestMemoryInputStream()
156 MemoryInputStream is; in TestIndexFormatConversion()
622 MemoryInputStream mis; in LoadFont()