#include "google/protobuf/compiler/code_generator.h"
#include "google/protobuf/io/zero_copy_stream.h"
#include "google/protobuf/io/printer.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/descriptor.pb.h"
#include "schema_proto2_to_proto3_util.h"
#include "google/protobuf/compiler/plugin.h"
Go to the source code of this file.
Classes | |
class | google::protobuf::compiler::Proto2ToProto3Generator |
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
Functions | |
int | main (int argc, char *argv[]) |
Definition at line 112 of file bloaty/third_party/protobuf/benchmarks/util/protoc-gen-proto2_to_proto3.cc.