Searched refs:GetMethodFieldName (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/compiler/ |
D | csharp_generator.cc | 209 std::string GetMethodFieldName(const MethodDescriptor* method) { in GetMethodFieldName() function 330 "fieldname", GetMethodFieldName(method), "request", in GenerateStaticMethodField() 485 "methodfield", GetMethodFieldName(method)); in GenerateClientStub() 533 "methodfield", GetMethodFieldName(method)); in GenerateClientStub() 539 "methodfield", GetMethodFieldName(method)); in GenerateClientStub() 545 "methodfield", GetMethodFieldName(method)); in GenerateClientStub() 551 "methodfield", GetMethodFieldName(method)); in GenerateClientStub() 600 "methodfield", GetMethodFieldName(method), "methodname", in GenerateBindServiceMethod()
|