protobuf/upb/io
Eric Salo 64dbf0dba4 upb: delete the aliases for upb:hash, upb:lex, upb:reflection_internal
PiperOrigin-RevId: 594992691
2024-01-01 18:21:58 -08:00
..
BUILD upb: delete the aliases for upb:hash, upb:lex, upb:reflection_internal 2024-01-01 18:21:58 -08:00
README.md Reorganize upb file structure 2023-09-26 14:38:35 -07:00
chunked_input_stream.c Reorganize upb file structure 2023-09-26 14:38:35 -07:00
chunked_input_stream.h Reorganize upb file structure 2023-09-26 14:38:35 -07:00
chunked_output_stream.c Reorganize upb file structure 2023-09-26 14:38:35 -07:00
chunked_output_stream.h Reorganize upb file structure 2023-09-26 14:38:35 -07:00
string.h Reorganize upb file structure 2023-09-26 14:38:35 -07:00
string_test.cc Reorganize upb file structure 2023-09-26 14:38:35 -07:00
tokenizer.c Reorganize upb file structure 2023-09-26 14:38:35 -07:00
tokenizer.h Reorganize upb file structure 2023-09-26 14:38:35 -07:00
tokenizer_test.cc upb: s/NULL/nullptr in C++ unit tests 2023-10-10 11:48:32 -07:00
zero_copy_input_stream.h Reorganize upb file structure 2023-09-26 14:38:35 -07:00
zero_copy_output_stream.h Reorganize upb file structure 2023-09-26 14:38:35 -07:00
zero_copy_stream_test.cc Reorganize upb file structure 2023-09-26 14:38:35 -07:00

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.