Home
last modified time | relevance | path

Searched refs:server_streaming (Results 1 – 24 of 24) sorted by relevance

/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp390 bool server_streaming = method->server_streaming(); in PrintMethodFields() local
392 if (server_streaming) { in PrintMethodFields()
398 if (server_streaming) { in PrintMethodFields()
704 bool server_streaming = method->server_streaming(); in PrintStub() local
711 if (call_type == FUTURE_CALL && (client_streaming || server_streaming)) { in PrintStub()
732 if (server_streaming) { in PrintStub()
761 GRPC_CODEGEN_CHECK(!client_streaming && !server_streaming) in PrintStub()
764 << "server_streaming=" << server_streaming; in PrintStub()
802 if (server_streaming) { in PrintStub()
815 if (server_streaming) { in PrintStub()
[all …]
/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc357 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); in PrintMethodFields() local
359 if (server_streaming) { in PrintMethodFields()
365 if (server_streaming) { in PrintMethodFields()
550 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); in PrintStub() local
557 if (call_type == FUTURE_CALL && (client_streaming || server_streaming)) { in PrintStub()
574 if (server_streaming) { in PrintStub()
599 GRPC_CODEGEN_CHECK(!client_streaming && !server_streaming) in PrintStub()
602 << "server_streaming=" << server_streaming; in PrintStub()
641 if (server_streaming) { in PrintStub()
654 if (server_streaming) { in PrintStub()
[all …]
/external/grpc-grpc/src/compiler/
Dobjective_c_generator.cc45 vars["server_stream"] = method->server_streaming() ? "stream " : ""; in PrintProtoRpcDeclarationAsPragma()
89 if (method->server_streaming()) { in PrintMethodSignature()
147 if (method->server_streaming()) { in PrintSimpleImplementation()
171 if (method->server_streaming()) { in PrintAdvancedImplementation()
Dprotobuf_plugin.h77 return !method_->client_streaming() && !method_->server_streaming(); in NoStreaming()
82 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming()
85 return method_->client_streaming() && method_->server_streaming(); in BidiStreaming()
Dphp_generator.cc88 if (method->server_streaming()) { in PrintMethod()
106 if (method->server_streaming()) { in PrintMethod()
Dgenerator_helpers.h155 if (method->server_streaming()) { in GetMethodType()
161 if (method->server_streaming()) { in GetMethodType()
Druby_generator.cc50 if (method->server_streaming()) { in PrintMethod()
Dcsharp_generator.cc123 if (method->server_streaming()) { in GenerateDocCommentServerMethod()
131 if (method->server_streaming()) { in GenerateDocCommentServerMethod()
Dnode_generator.cc170 vars["server_stream"] = method->server_streaming() ? "true" : "false"; in PrintMethod()
/external/grpc-grpc/test/build/
Dprotobuf.cc23 return method->client_streaming() || method->server_streaming(); in protobuf_test()
/external/grpc-grpc/test/cpp/util/
Dservice_describer.cc69 << (method->server_streaming() ? "(stream " : "(") in DescribeMethod()
Dproto_file_parser.cc216 : method_desc->server_streaming(); in IsStreaming()
/external/protobuf/src/google/protobuf/
Ddescriptor.h1093 bool server_streaming() const;
1743 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, server_streaming, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Ddescriptor.proto246 optional bool server_streaming = 6 [default=false]; field
Ddescriptor.cc2577 server_streaming() ? "stream " : ""); in DebugString()
4688 result->server_streaming_ = proto.server_streaming(); in BuildMethod()
Ddescriptor.pb.cc7392 ::google::protobuf::internal::WireFormatLite::WriteBool(6, this->server_streaming(), output); in SerializeWithCachedSizes()
7452 …:google::protobuf::internal::WireFormatLite::WriteBoolToArray(6, this->server_streaming(), target); in SerializeWithCachedSizesToArray()
7556 set_server_streaming(from.server_streaming()); in MergeFrom()
7857 bool MethodDescriptorProto::server_streaming() const { in server_streaming() function in google::protobuf::MethodDescriptorProto
Ddescriptor.pb.h1793 bool server_streaming() const;
5747 inline bool MethodDescriptorProto::server_streaming() const { in server_streaming() function
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb430 def server_streaming method in NamedTests
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto227 optional bool server_streaming = 6 [default=false]; field
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md344 ### server_streaming subsection
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto250 optional bool server_streaming = 6 [default=false]; field
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto281 optional bool server_streaming = 6 [default=false]; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto281 optional bool server_streaming = 6 [default=false]; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto281 optional bool server_streaming = 6 [default=false]; field