Home
last modified time | relevance | path

Searched refs:DescribeMethod (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/cpp/util/
Dservice_describer.cc58 result.append(DescribeMethod(service->method(i))); in DescribeService()
64 std::string DescribeMethod(const grpc::protobuf::MethodDescriptor* method) { in DescribeMethod() function
Dservice_describer.h33 std::string DescribeMethod(const grpc::protobuf::MethodDescriptor* method);
Dgrpc_tool.cc412 output = FLAGS_l ? DescribeMethod(method) : SummarizeMethod(method); in ListServices()
427 output = FLAGS_l ? DescribeMethod(method) : SummarizeMethod(method); in ListServices()