Searched defs:Unread (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ | ||
| D | memory_input_stream.cc | 126 void MemoryInputStream::Unread(std::vector<uint8_t>* b) { in Unread() function in sfntly::MemoryInputStream |
| D | file_input_stream.cc | 134 void FileInputStream::Unread(std::vector<uint8_t>* b) { in Unread() function in sfntly::FileInputStream |
| /third_party/protobuf/src/google/protobuf/json/internal/ | ||
| D | zero_copy_buffered_stream.h | 197 absl::string_view Unread() const { return RawBuffer(cursor_); } in Unread() function |