Classes | |
struct | Parameters |
Functions | |
bool | AsciiIsUpper (char c) |
inline ::std::string | FrameworkImport (const ::std::string &import, const ::std::string &framework) |
::std::string | GetAllMessageClasses (const FileDescriptor *file) |
::std::string | GetInterface (const ServiceDescriptor *service, const Parameters &generator_params) |
::std::string | GetProtocol (const ServiceDescriptor *service, const Parameters &generator_params) |
::std::string | GetSource (const ServiceDescriptor *service, const Parameters &generator_params) |
::std::string | GetV2Protocol (const ServiceDescriptor *service) |
inline ::std::string | LocalImport (const ::std::string &import) |
string | MessageHeaderName (const FileDescriptor *file) |
inline ::std::string | PreprocConditional (::std::string symbol, bool invert) |
inline ::std::string | PreprocIf (const ::std::string &symbol, const ::std::string &if_true) |
inline ::std::string | PreprocIfElse (const ::std::string &symbol, const ::std::string &if_true, const ::std::string &if_false) |
inline ::std::string | PreprocIfNot (const ::std::string &symbol, const ::std::string &if_true) |
inline ::std::string | PreprocIfNotElse (const ::std::string &symbol, const ::std::string &if_true, const ::std::string &if_false) |
inline ::std::string | ServiceClassName (const ServiceDescriptor *service) |
inline ::std::string | SystemImport (const ::std::string &import) |
|
inline |
Definition at line 39 of file objective_c_generator_helpers.h.
inline ::std::string grpc_objective_c_generator::FrameworkImport | ( | const ::std::string & | import, |
const ::std::string & | framework | ||
) |
Definition at line 69 of file objective_c_generator_helpers.h.
string grpc_objective_c_generator::GetAllMessageClasses | ( | const FileDescriptor * | file | ) |
Definition at line 263 of file objective_c_generator.cc.
string grpc_objective_c_generator::GetInterface | ( | const ServiceDescriptor * | service, |
const Parameters & | generator_params | ||
) |
Definition at line 329 of file objective_c_generator.cc.
string grpc_objective_c_generator::GetProtocol | ( | const ServiceDescriptor * | service, |
const Parameters & | generator_params | ||
) |
Definition at line 281 of file objective_c_generator.cc.
string grpc_objective_c_generator::GetSource | ( | const ServiceDescriptor * | service, |
const Parameters & | generator_params | ||
) |
Definition at line 372 of file objective_c_generator.cc.
string grpc_objective_c_generator::GetV2Protocol | ( | const ServiceDescriptor * | service | ) |
Definition at line 310 of file objective_c_generator.cc.
inline ::std::string grpc_objective_c_generator::LocalImport | ( | const ::std::string & | import | ) |
Definition at line 65 of file objective_c_generator_helpers.h.
|
inline |
Definition at line 35 of file objective_c_generator_helpers.h.
inline ::std::string grpc_objective_c_generator::PreprocConditional | ( | ::std::string | symbol, |
bool | invert | ||
) |
Definition at line 83 of file objective_c_generator_helpers.h.
inline ::std::string grpc_objective_c_generator::PreprocIf | ( | const ::std::string & | symbol, |
const ::std::string & | if_true | ||
) |
Definition at line 88 of file objective_c_generator_helpers.h.
inline ::std::string grpc_objective_c_generator::PreprocIfElse | ( | const ::std::string & | symbol, |
const ::std::string & | if_true, | ||
const ::std::string & | if_false | ||
) |
Definition at line 100 of file objective_c_generator_helpers.h.
inline ::std::string grpc_objective_c_generator::PreprocIfNot | ( | const ::std::string & | symbol, |
const ::std::string & | if_true | ||
) |
Definition at line 94 of file objective_c_generator_helpers.h.
inline ::std::string grpc_objective_c_generator::PreprocIfNotElse | ( | const ::std::string & | symbol, |
const ::std::string & | if_true, | ||
const ::std::string & | if_false | ||
) |
Definition at line 107 of file objective_c_generator_helpers.h.
inline ::std::string grpc_objective_c_generator::ServiceClassName | ( | const ServiceDescriptor * | service | ) |
Definition at line 41 of file objective_c_generator_helpers.h.
inline ::std::string grpc_objective_c_generator::SystemImport | ( | const ::std::string & | import | ) |
Definition at line 79 of file objective_c_generator_helpers.h.