#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
int | grpc_tools::protoc_get_protos (char *protobuf_path, const std::vector< std::string > *include_paths, std::vector< std::pair< std::string, std::string >> *files_out, std::vector< ProtocError > *errors, std::vector< ProtocWarning > *warnings) |
|
int | grpc_tools::protoc_get_services (char *protobuf_path, const std::vector< std::string > *include_paths, std::vector< std::pair< std::string, std::string >> *files_out, std::vector< ProtocError > *errors, std::vector< ProtocWarning > *warnings) |
|
int | grpc_tools::protoc_main (int argc, char *argv[]) |
|