Searched refs:DescribeMethod (Results 1 – 3 of 3) sorted by relevance
58 result.append(DescribeMethod(service->method(i))); in DescribeService()64 std::string DescribeMethod(const grpc::protobuf::MethodDescriptor* method) { in DescribeMethod() function
33 std::string DescribeMethod(const grpc::protobuf::MethodDescriptor* method);
412 output = FLAGS_l ? DescribeMethod(method) : SummarizeMethod(method); in ListServices()427 output = FLAGS_l ? DescribeMethod(method) : SummarizeMethod(method); in ListServices()