Home
last modified time | relevance | path

Searched refs:GetGrpcServices (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/compiler/
Dpython_private_generator.h45 std::pair<bool, grpc::string> GetGrpcServices();
Dpython_generator.cc664 pair<bool, grpc::string> PrivateGenerator::GetGrpcServices() { in GetGrpcServices() function in grpc_python_generator::__anonac6c940b0111::PrivateGenerator
737 tie(success, grpc_code) = generator.GetGrpcServices(); in GenerateGrpc()