Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.h72 bool IsStreaming(const grpc::string& method, bool is_request);
Dproto_file_parser.cc200 bool ProtoFileParser::IsStreaming(const grpc::string& method, bool is_request) { in IsStreaming() function in grpc::testing::ProtoFileParser
Dgrpc_tool.cc509 if (parser->IsStreaming(method_name, true /* is_request */)) { in CallMethod()
600 if (parser->IsStreaming(method_name, false /* is_request */)) { in CallMethod()