Home
last modified time | relevance | path

Searched defs:Unread (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/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
/third_party/protobuf/src/google/protobuf/json/internal/
Dzero_copy_buffered_stream.h197 absl::string_view Unread() const { return RawBuffer(cursor_); } in Unread() function