Searched defs:ServerStreaming (Results 1 – 4 of 4) sorted by relevance
37 void ServerStreaming(CoreEnd2endTest& test, int num_messages) { in ServerStreaming() function99 CORE_END2END_TEST(Http2Test, ServerStreaming) { ServerStreaming(*this, 1); } in CORE_END2END_TEST() argument
83 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming() function
103 bool ServerStreaming() const { return streaming_ == kServer; } in ServerStreaming() function in flatbuffers::FlatBufMethod
5710 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto