Home
last modified time | relevance | path

Searched defs:ServerStreaming (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/test/core/end2end/tests/
Dserver_streaming.cc37 void ServerStreaming(CoreEnd2endTest& test, int num_messages) { in ServerStreaming() function
99 CORE_END2END_TEST(Http2Test, ServerStreaming) { ServerStreaming(*this, 1); } in CORE_END2END_TEST() argument
/third_party/grpc/src/compiler/
Dprotobuf_plugin.h83 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming() function
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp103 bool ServerStreaming() const { return streaming_ == kServer; } in ServerStreaming() function in flatbuffers::FlatBufMethod
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.pb.cs5710 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto