Name Date Size #Lines LOC

..--

.clang-formatH A D25-Apr-20251.5 KiB5150

BUILDH A D25-Apr-20253.1 KiB130116

README.mdH A D25-Apr-2025208 53

config.hH A D25-Apr-20252 KiB6935

config_protobuf.hH A D25-Apr-20252.3 KiB6539

cpp_generator.ccH A D25-Apr-202595.9 KiB2,3822,160

cpp_generator.hH A D25-Apr-20254.8 KiB13659

cpp_generator_helpers.hH A D25-Apr-20252.1 KiB6430

cpp_plugin.ccH A D25-Apr-2025844 275

cpp_plugin.hH A D25-Apr-20256.9 KiB170134

csharp_generator.ccH A D25-Apr-202530.7 KiB853727

csharp_generator.hH A D25-Apr-20251 KiB339

csharp_generator_helpers.hH A D25-Apr-20252.3 KiB6227

csharp_plugin.ccH A D25-Apr-20253.7 KiB11174

generator_helpers.hH A D25-Apr-20258 KiB278223

node_generator.ccH A D25-Apr-202510.2 KiB277203

node_generator.hH A D25-Apr-20251.1 KiB3811

node_generator_helpers.hH A D25-Apr-20251.4 KiB4315

node_plugin.ccH A D25-Apr-20252.7 KiB8351

objective_c_generator.ccH A D25-Apr-202516.4 KiB460368

objective_c_generator.hH A D25-Apr-20252.2 KiB6019

objective_c_generator_helpers.hH A D25-Apr-20254.8 KiB12679

objective_c_plugin.ccH A D25-Apr-202512.3 KiB341274

php_generator.ccH A D25-Apr-202512.2 KiB353312

php_generator.hH A D25-Apr-20251.1 KiB3410

php_generator_helpers.hH A D25-Apr-20252.7 KiB8150

php_plugin.ccH A D25-Apr-20253.4 KiB11074

proto_parser_helper.ccH A D25-Apr-2025940 3012

proto_parser_helper.hH A D25-Apr-2025793 234

protobuf_plugin.hH A D25-Apr-20256.7 KiB207146

python_generator.ccH A D25-Apr-202538.6 KiB987902

python_generator.hH A D25-Apr-20252.4 KiB7844

python_generator_helpers.hH A D25-Apr-20255.7 KiB163116

python_plugin.ccH A D25-Apr-20251,018 308

python_private_generator.hH A D25-Apr-20253.3 KiB8847

ruby_generator.ccH A D25-Apr-20257.6 KiB245158

ruby_generator.hH A D25-Apr-2025926 317

ruby_generator_helpers-inl.hH A D25-Apr-20252 KiB5930

ruby_generator_map-inl.hH A D25-Apr-20251.7 KiB5830

ruby_generator_string-inl.hH A D25-Apr-20254.7 KiB152104

ruby_plugin.ccH A D25-Apr-20252.3 KiB7546

schema_interface.hH A D25-Apr-20253.9 KiB12069

README.md

1# Overview
2
3This directory contains source code for gRPC protocol buffer compiler (*protoc*) plugins. Along with `protoc`,
4these plugins are used to generate gRPC client and server stubs from `.proto` files.
5