|
| template<class T , size_t N> |
| T * | array_end (T(&array)[N]) |
| |
| std::string | ClassName (const grpc::protobuf::Descriptor *descriptor, bool qualified) |
| |
| std::string | DotsToColons (const std::string &name) |
| |
| std::string | DotsToUnderscores (const std::string &name) |
| |
| template<typename DescriptorType > |
| std::string | GetCppComments (const DescriptorType *desc, bool leading) |
| |
| std::string | GetHeaderEpilogue (grpc_generator::File *file, const Parameters &) |
| |
| std::string | GetHeaderIncludes (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | GetHeaderPrologue (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | GetHeaderServices (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | GetMockEpilogue (grpc_generator::File *file, const Parameters &) |
| |
| std::string | GetMockIncludes (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | GetMockPrologue (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | GetMockServices (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | GetSourceEpilogue (grpc_generator::File *file, const Parameters &) |
| |
| std::string | GetSourceIncludes (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | GetSourcePrologue (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | GetSourceServices (grpc_generator::File *file, const Parameters ¶ms) |
| |
| std::string | ImportInludeFromProtoName (const std::string &proto_name) |
| |
| void | PrintHeaderClientMethod (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars, bool is_public) |
| |
| void | PrintHeaderClientMethodCallback (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderClientMethodCallbackEnd (grpc_generator::Printer *printer, std::map< std::string, std::string > *) |
| |
| void | PrintHeaderClientMethodCallbackInterfaces (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderClientMethodCallbackInterfacesEnd (grpc_generator::Printer *printer, std::map< std::string, std::string > *) |
| |
| void | PrintHeaderClientMethodCallbackInterfacesStart (grpc_generator::Printer *printer, std::map< std::string, std::string > *) |
| |
| void | PrintHeaderClientMethodCallbackStart (grpc_generator::Printer *printer, std::map< std::string, std::string > *) |
| |
| void | PrintHeaderClientMethodData (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderClientMethodInterfaces (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars, bool is_public) |
| |
| void | PrintHeaderServerAsyncMethodsHelper (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerCallbackMethodsHelper (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerMethodAsync (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerMethodCallback (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerMethodGeneric (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerMethodRaw (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerMethodRawCallback (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerMethodSplitStreaming (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerMethodStreamedUnary (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderServerMethodSync (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintHeaderService (grpc_generator::Printer *printer, const grpc_generator::Service *service, std::map< std::string, std::string > *vars) |
| |
| void | PrintIncludes (grpc_generator::Printer *printer, const std::vector< std::string > &headers, bool use_system_headers, const std::string &search_path) |
| |
| void | PrintMockClientMethods (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintMockService (grpc_generator::Printer *printer, const grpc_generator::Service *service, std::map< std::string, std::string > *vars) |
| |
| void | PrintSourceClientMethod (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintSourceServerMethod (grpc_generator::Printer *printer, const grpc_generator::Method *method, std::map< std::string, std::string > *vars) |
| |
| void | PrintSourceService (grpc_generator::Printer *printer, const grpc_generator::Service *service, std::map< std::string, std::string > *vars) |
| |