Go to the source code of this file.
Namespaces | |
grpc_php_generator | |
Functions | |
template<typename DescriptorType > | |
std::string | grpc_php_generator::GetPHPComments (const DescriptorType *desc, std::string prefix) |
std::string | grpc_php_generator::GetPHPServiceClassname (const grpc::protobuf::ServiceDescriptor *service, const std::string &class_suffix, bool is_server) |
std::string | grpc_php_generator::GetPHPServiceFilename (const grpc::protobuf::FileDescriptor *file, const grpc::protobuf::ServiceDescriptor *service, const std::string &class_suffix, bool is_server) |
std::string | grpc_php_generator::ReplaceAll (std::string s, const std::string &search, const std::string &replace) |