Home
last modified time | relevance | path

Searched defs:server_streaming (Results 1 – 10 of 10) sorted by relevance

/third_party/flatbuffers/grpc/src/compiler/
Djava_generator.cc357 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); in PrintMethodFields() local
550 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); in PrintStub() local
931 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); in PrintBindServiceMethodBody() local
Dts_generator.cc121 auto server_streaming = method->ServerStreaming() || method->BidiStreaming(); in GetStreamType() local
273 auto server_streaming = in GenerateInterfaces() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php50 protected $server_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_compression_test.py277 def assertConfigurationCompressed(self, client_streaming, server_streaming, argument
344 def _get_compression_test_name(client_streaming, server_streaming, argument
/third_party/grpc/src/ruby/pb/test/
Dclient.rb433 def server_streaming method in NamedTests
/third_party/grpc/doc/
Dinterop-test-descriptions.md344 ### server_streaming subsection
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto302 optional bool server_streaming = 6 [default = false]; field
Ddescriptor.proto302 optional bool server_streaming = 6 [default = false]; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto306 optional bool server_streaming = 6 [default = false]; field
Ddescriptor.pb.h9984 inline bool MethodDescriptorProto::server_streaming() const { in server_streaming() function