tree: b9f78edc5d1a0ef4f0ee4785b1c5ac70084920e5 [path history] [tgz]
  1. BUILD
  2. chunked_input_stream.c
  3. chunked_input_stream.h
  4. chunked_output_stream.c
  5. chunked_output_stream.h
  6. README.md
  7. string.h
  8. string_test.cc
  9. tokenizer.c
  10. tokenizer.h
  11. tokenizer_test.cc
  12. zero_copy_input_stream.h
  13. zero_copy_output_stream.h
  14. zero_copy_stream_test.cc
upb/io/README.md

This subdir originated as a best-effort C approximation of the C++ code in in third_party/protobuf/io/ but over time the two will invariably diverge. Comments have generally been copied verbatim and may therefore refer to C++ symbol names instead of C symbol names.