Searched refs:SummarizeMethod (Results 1 – 3 of 3) sorted by relevance
81 result.append(SummarizeMethod(service->method(i))); in SummarizeService()86 grpc::string SummarizeMethod(const grpc::protobuf::MethodDescriptor* method) { in SummarizeMethod() function
37 grpc::string SummarizeMethod(const grpc::protobuf::MethodDescriptor* method);
395 output = FLAGS_l ? DescribeMethod(method) : SummarizeMethod(method); in ListServices()410 output = FLAGS_l ? DescribeMethod(method) : SummarizeMethod(method); in ListServices()