dep-protobuf/upb/hash
2026-08-17 17:17:05 -07:00
..
BUILD Specialize strtable for the extension registry. 2026-04-10 13:39:44 -07:00
common.c Introduce overflow checking functions for add and multiply in upb to replace error-prone manual checks 2026-08-17 17:17:05 -07:00
common.h Instead of using a reserved key value for empty entries in the map, rely on the chaining pointer. A reserved value means that this is the end of the chain; null means an empty entry. 2026-05-05 15:16:40 -07:00
ext_table.h Fixed two GCC-only issues around upb's generated extension registry. 2026-04-27 09:57:29 -07:00
int_table.h Delete array part of inttable, reducing complexity 2026-05-06 17:00:23 -07:00
str_table.h Add UPB_NODISCARD in many places, prioritizing ones that use the return value to indicate an error 2026-04-20 14:07:50 -07:00
test.cc Handle more ignored return values in upb 2026-08-10 13:14:40 -07:00