Searched refs:MemoryInputStream (Results 1 – 8 of 8) sorted by relevance
30 MemoryInputStream::MemoryInputStream() in MemoryInputStream() function in sfntly::MemoryInputStream36 MemoryInputStream::~MemoryInputStream() { in ~MemoryInputStream()40 int32_t MemoryInputStream::Available() { in Available()44 void MemoryInputStream::Close() { in Close()47 void MemoryInputStream::Mark(int32_t readlimit) { in Mark()52 bool MemoryInputStream::MarkSupported() { in MarkSupported()56 int32_t MemoryInputStream::Read() { in Read()73 int32_t MemoryInputStream::Read(ByteVector* b) { in Read()77 int32_t MemoryInputStream::Read(ByteVector* b, int32_t offset, int32_t length) { in Read()100 void MemoryInputStream::Reset() { in Reset()[all …]
26 class MemoryInputStream : public PushbackInputStream {28 MemoryInputStream();29 virtual ~MemoryInputStream();
30 class MemoryInputStream : public io::InputStreamInterface { class32 explicit MemoryInputStream(const char* buffer, size_t length) in MemoryInputStream() function in tensorflow::__anon384e59da0111::MemoryInputStream35 ~MemoryInputStream() override {} in ~MemoryInputStream()103 std::unique_ptr<MemoryInputStream> input_stream( in Compute()104 new MemoryInputStream(bytes_flat(i).data(), bytes_flat(i).size())); in Compute()
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()
661 MemoryInputStream mis; in LoadFont()679 MemoryInputStream mis; in LoadFont()