| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| tests/ | 22-Oct-2025 | - | 1,588 | 1,315 | ||
| README.md | D | 22-Oct-2025 | 318 | 9 | 7 | |
| gen_accessors.cc | D | 22-Oct-2025 | 23 KiB | 576 | 506 | |
| gen_accessors.h | D | 22-Oct-2025 | 1.1 KiB | 30 | 17 | |
| gen_enums.cc | D | 22-Oct-2025 | 4.2 KiB | 123 | 89 | |
| gen_enums.h | D | 22-Oct-2025 | 1 KiB | 31 | 17 | |
| gen_extensions.cc | D | 22-Oct-2025 | 3 KiB | 96 | 78 | |
| gen_extensions.h | D | 22-Oct-2025 | 1.1 KiB | 33 | 19 | |
| gen_messages.cc | D | 22-Oct-2025 | 19.1 KiB | 540 | 469 | |
| gen_messages.h | D | 22-Oct-2025 | 1 KiB | 30 | 18 | |
| gen_repeated_fields.cc | D | 22-Oct-2025 | 12 KiB | 329 | 309 | |
| gen_repeated_fields.h | D | 22-Oct-2025 | 2.2 KiB | 49 | 31 | |
| gen_utils.cc | D | 22-Oct-2025 | 3.9 KiB | 132 | 104 | |
| gen_utils.h | D | 22-Oct-2025 | 1.4 KiB | 48 | 31 | |
| keywords.cc | D | 22-Oct-2025 | 2.4 KiB | 135 | 118 | |
| keywords.h | D | 22-Oct-2025 | 729 | 24 | 9 | |
| names.cc | D | 22-Oct-2025 | 6.4 KiB | 182 | 140 | |
| names.h | D | 22-Oct-2025 | 2.1 KiB | 52 | 30 | |
| output.cc | D | 22-Oct-2025 | 1.6 KiB | 60 | 40 | |
| output.h | D | 22-Oct-2025 | 4.4 KiB | 151 | 116 | |
| protoc-gen-upb-protos.cc | D | 22-Oct-2025 | 9.8 KiB | 287 | 226 |
README.md
1hpb Generator 2================== 3 4This directory contains the generator for the [`hpb` 5API](https://github.com/protocolbuffers/protobuf/tree/main/hpb), an 6experimental C++ protobuf implementation. Most users should use the standard 7C++ implementation 8[here](https://github.com/protocolbuffers/protobuf/tree/main/src). 9