|
std::string | GenerateFile (const FileDescriptor *file, const ServiceDescriptor *service, const std::string &class_suffix, bool is_server) |
|
std::string | GenerateFile (const grpc::protobuf::FileDescriptor *file, const grpc::protobuf::ServiceDescriptor *service, const std::string &class_suffix, bool is_server=false) |
|
template<typename DescriptorType > |
std::string | GetPHPComments (const DescriptorType *desc, std::string prefix) |
|
std::string | GetPHPServiceClassname (const grpc::protobuf::ServiceDescriptor *service, const std::string &class_suffix, bool is_server) |
|
std::string | GetPHPServiceFilename (const grpc::protobuf::FileDescriptor *file, const grpc::protobuf::ServiceDescriptor *service, const std::string &class_suffix, bool is_server) |
|
std::string | ReplaceAll (std::string s, const std::string &search, const std::string &replace) |
|