#include "src/compiler/objective_c_generator.h"
#include <map>
#include <set>
#include <sstream>
#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
#include "src/compiler/config.h"
#include "src/compiler/objective_c_generator_helpers.h"
Go to the source code of this file.
Namespaces | |
grpc_objective_c_generator | |
Functions | |
::std::string | grpc_objective_c_generator::GetAllMessageClasses (const FileDescriptor *file) |
::std::string | grpc_objective_c_generator::GetInterface (const ServiceDescriptor *service, const Parameters &generator_params) |
::std::string | grpc_objective_c_generator::GetProtocol (const ServiceDescriptor *service, const Parameters &generator_params) |
::std::string | grpc_objective_c_generator::GetSource (const ServiceDescriptor *service, const Parameters &generator_params) |
::std::string | grpc_objective_c_generator::GetV2Protocol (const ServiceDescriptor *service) |