/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
D | java_generator.cpp | 390 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/ |
D | java_generator.cc | 357 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/ |
D | objective_c_generator.cc | 45 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()
|
D | protobuf_plugin.h | 77 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()
|
D | php_generator.cc | 88 if (method->server_streaming()) { in PrintMethod() 106 if (method->server_streaming()) { in PrintMethod()
|
D | generator_helpers.h | 155 if (method->server_streaming()) { in GetMethodType() 161 if (method->server_streaming()) { in GetMethodType()
|
D | ruby_generator.cc | 50 if (method->server_streaming()) { in PrintMethod()
|
D | csharp_generator.cc | 123 if (method->server_streaming()) { in GenerateDocCommentServerMethod() 131 if (method->server_streaming()) { in GenerateDocCommentServerMethod()
|
D | node_generator.cc | 170 vars["server_stream"] = method->server_streaming() ? "true" : "false"; in PrintMethod()
|
/external/grpc-grpc/test/build/ |
D | protobuf.cc | 23 return method->client_streaming() || method->server_streaming(); in protobuf_test()
|
/external/grpc-grpc/test/cpp/util/ |
D | service_describer.cc | 69 << (method->server_streaming() ? "(stream " : "(") in DescribeMethod()
|
D | proto_file_parser.cc | 216 : method_desc->server_streaming(); in IsStreaming()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 1093 bool server_streaming() const; 1743 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, server_streaming, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | descriptor.proto | 246 optional bool server_streaming = 6 [default=false]; field
|
D | descriptor.cc | 2577 server_streaming() ? "stream " : ""); in DebugString() 4688 result->server_streaming_ = proto.server_streaming(); in BuildMethod()
|
D | descriptor.pb.cc | 7392 ::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
|
D | descriptor.pb.h | 1793 bool server_streaming() const; 5747 inline bool MethodDescriptorProto::server_streaming() const { in server_streaming() function
|
/external/grpc-grpc/src/ruby/pb/test/ |
D | client.rb | 430 def server_streaming method in NamedTests
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 227 optional bool server_streaming = 6 [default=false]; field
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 344 ### server_streaming subsection
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 250 optional bool server_streaming = 6 [default=false]; field
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 281 optional bool server_streaming = 6 [default=false]; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 281 optional bool server_streaming = 6 [default=false]; field
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 281 optional bool server_streaming = 6 [default=false]; field
|