Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/util/
Dproto_file_parser.h100 bool IsStreaming(const std::string& method, bool is_request);
Dproto_file_parser.cc199 bool ProtoFileParser::IsStreaming(const std::string& method, bool is_request) { in IsStreaming() function in grpc::testing::ProtoFileParser
Dgrpc_tool.cc530 if (parser->IsStreaming(method_name, true /* is_request */)) { in CallMethod()
623 if (parser->IsStreaming(method_name, false /* is_request */)) { in CallMethod()