Functions | |
template<typename DescriptorType > | |
std::string | GetCsharpComments (const DescriptorType *desc, bool leading) |
std::string | GetServices (const FileDescriptor *file, bool generate_client, bool generate_server, bool internal_access) |
std::string | GetServices (const grpc::protobuf::FileDescriptor *file, bool generate_client, bool generate_server, bool internal_access) |
bool | ServicesFilename (const grpc::protobuf::FileDescriptor *file, const std::string &file_suffix, std::string &out_file_name_or_error) |
|
inline |
Definition at line 38 of file csharp_generator_helpers.h.
std::string grpc_csharp_generator::GetServices | ( | const FileDescriptor * | file, |
bool | generate_client, | ||
bool | generate_server, | ||
bool | internal_access | ||
) |
Definition at line 775 of file src/compiler/csharp_generator.cc.
std::string grpc_csharp_generator::GetServices | ( | const grpc::protobuf::FileDescriptor * | file, |
bool | generate_client, | ||
bool | generate_server, | ||
bool | internal_access | ||
) |
|
inline |
Definition at line 27 of file csharp_generator_helpers.h.