#include <map>
#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
#include "src/compiler/config.h"
#include "src/compiler/generator_helpers.h"
Go to the source code of this file.
Namespaces | |
grpc_objective_c_generator | |
Functions | |
bool | grpc_objective_c_generator::AsciiIsUpper (char c) |
inline ::std::string | grpc_objective_c_generator::FrameworkImport (const ::std::string &import, const ::std::string &framework) |
inline ::std::string | grpc_objective_c_generator::LocalImport (const ::std::string &import) |
string | grpc_objective_c_generator::MessageHeaderName (const FileDescriptor *file) |
inline ::std::string | grpc_objective_c_generator::PreprocConditional (::std::string symbol, bool invert) |
inline ::std::string | grpc_objective_c_generator::PreprocIf (const ::std::string &symbol, const ::std::string &if_true) |
inline ::std::string | grpc_objective_c_generator::PreprocIfElse (const ::std::string &symbol, const ::std::string &if_true, const ::std::string &if_false) |
inline ::std::string | grpc_objective_c_generator::PreprocIfNot (const ::std::string &symbol, const ::std::string &if_true) |
inline ::std::string | grpc_objective_c_generator::PreprocIfNotElse (const ::std::string &symbol, const ::std::string &if_true, const ::std::string &if_false) |
inline ::std::string | grpc_objective_c_generator::ServiceClassName (const ServiceDescriptor *service) |
inline ::std::string | grpc_objective_c_generator::SystemImport (const ::std::string &import) |