mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
|
|
||
|---|---|---|
| .. | ||
| tests | ||
| BUILD | ||
| gen_accessors.cc | ||
| gen_accessors.h | ||
| gen_enums.cc | ||
| gen_enums.h | ||
| gen_extensions.cc | ||
| gen_extensions.h | ||
| gen_messages.cc | ||
| gen_messages.h | ||
| gen_repeated_fields.cc | ||
| gen_repeated_fields.h | ||
| gen_utils.cc | ||
| gen_utils.h | ||
| names.cc | ||
| names.h | ||
| output.cc | ||
| output.h | ||
| protoc-gen-upb-protos.cc | ||
| README.md | ||
protos Generator
This directory contains the generator for the protos
API, an
experimental C++ protobuf implementation. Most users should use the standard
C++ implementation
here.