Namespaces | |
command | |
internal | |
protoc | |
Classes | |
struct | ProtocError |
Typedefs | |
typedef ProtocError | ProtocWarning |
Functions | |
static int | generate_code (CodeGenerator *code_generator, char *protobuf_path, const std::vector< std::string > *include_paths, std::vector< std::pair< std::string, std::string >> *files_out, std::vector<::grpc_tools::ProtocError > *errors, std::vector<::grpc_tools::ProtocWarning > *warnings) |
int | 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 | 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<::grpc_tools::ProtocError > *errors, std::vector<::grpc_tools::ProtocWarning > *warnings) |
int | 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 | 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<::grpc_tools::ProtocError > *errors, std::vector<::grpc_tools::ProtocWarning > *warnings) |
int | protoc_main (int argc, char *argv[]) |
typedef ProtocError grpc_tools.ProtocWarning |
|
static |
Definition at line 133 of file tools/distrib/python/grpcio_tools/grpc_tools/main.cc.
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_protos | ( | char * | protobuf_path, |
const std::vector< std::string > * | include_paths, | ||
std::vector< std::pair< std::string, std::string >> * | files_out, | ||
std::vector<::grpc_tools::ProtocError > * | errors, | ||
std::vector<::grpc_tools::ProtocWarning > * | warnings | ||
) |
Definition at line 163 of file tools/distrib/python/grpcio_tools/grpc_tools/main.cc.
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_get_services | ( | char * | protobuf_path, |
const std::vector< std::string > * | include_paths, | ||
std::vector< std::pair< std::string, std::string >> * | files_out, | ||
std::vector<::grpc_tools::ProtocError > * | errors, | ||
std::vector<::grpc_tools::ProtocWarning > * | warnings | ||
) |
Definition at line 173 of file tools/distrib/python/grpcio_tools/grpc_tools/main.cc.
Definition at line 43 of file tools/distrib/python/grpcio_tools/grpc_tools/main.cc.