• Home
Name Date Size #Lines LOC

..--

tests/22-Oct-2025-1,5881,315

README.mdD22-Oct-2025318 97

gen_accessors.ccD22-Oct-202523 KiB576506

gen_accessors.hD22-Oct-20251.1 KiB3017

gen_enums.ccD22-Oct-20254.2 KiB12389

gen_enums.hD22-Oct-20251 KiB3117

gen_extensions.ccD22-Oct-20253 KiB9678

gen_extensions.hD22-Oct-20251.1 KiB3319

gen_messages.ccD22-Oct-202519.1 KiB540469

gen_messages.hD22-Oct-20251 KiB3018

gen_repeated_fields.ccD22-Oct-202512 KiB329309

gen_repeated_fields.hD22-Oct-20252.2 KiB4931

gen_utils.ccD22-Oct-20253.9 KiB132104

gen_utils.hD22-Oct-20251.4 KiB4831

keywords.ccD22-Oct-20252.4 KiB135118

keywords.hD22-Oct-2025729 249

names.ccD22-Oct-20256.4 KiB182140

names.hD22-Oct-20252.1 KiB5230

output.ccD22-Oct-20251.6 KiB6040

output.hD22-Oct-20254.4 KiB151116

protoc-gen-upb-protos.ccD22-Oct-20259.8 KiB287226

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