/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
D | java_generator.cpp | 389 bool client_streaming = method->client_streaming(); in PrintMethodFields() local 391 if (client_streaming) { in PrintMethodFields() 703 bool client_streaming = method->client_streaming(); in PrintStub() local 706 if (call_type == BLOCKING_CALL && client_streaming) { in PrintStub() 711 if (call_type == FUTURE_CALL && (client_streaming || server_streaming)) { in PrintStub() 730 GRPC_CODEGEN_CHECK(!client_streaming) in PrintStub() 746 if (client_streaming) { in PrintStub() 761 GRPC_CODEGEN_CHECK(!client_streaming && !server_streaming) in PrintStub() 763 << "client_streaming=" << client_streaming << ", " in PrintStub() 784 if (client_streaming) { in PrintStub() [all …]
|
/external/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 356 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintMethodFields() local 358 if (client_streaming) { in PrintMethodFields() 549 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintStub() local 552 if (call_type == BLOCKING_CALL && client_streaming) { in PrintStub() 557 if (call_type == FUTURE_CALL && (client_streaming || server_streaming)) { in PrintStub() 572 GRPC_CODEGEN_CHECK(!client_streaming) in PrintStub() 586 if (client_streaming) { in PrintStub() 599 GRPC_CODEGEN_CHECK(!client_streaming && !server_streaming) in PrintStub() 601 << "client_streaming=" << client_streaming << ", " in PrintStub() 622 if (client_streaming) { in PrintStub() [all …]
|
/external/grpc-grpc/src/compiler/ |
D | objective_c_generator.cc | 44 vars["client_stream"] = method->client_streaming() ? "stream " : ""; in PrintProtoRpcDeclarationAsPragma() 82 if (method->client_streaming()) { in PrintMethodSignature() 142 if (method->client_streaming()) { in PrintSimpleImplementation() 162 if (method->client_streaming()) { in PrintAdvancedImplementation()
|
D | protobuf_plugin.h | 77 return !method_->client_streaming() && !method_->server_streaming(); in NoStreaming() 80 bool ClientStreaming() const { return method_->client_streaming(); } in ClientStreaming() 85 return method_->client_streaming() && method_->server_streaming(); in BidiStreaming()
|
D | csharp_generator.cc | 114 if (method->client_streaming()) { in GenerateDocCommentServerMethod() 147 if (!method->client_streaming()) { in GenerateDocCommentClientMethod() 215 if (method->client_streaming()) { in GetMethodRequestParamMaybe()
|
D | php_generator.cc | 80 if (method->client_streaming()) { in PrintMethod()
|
D | ruby_generator.cc | 45 if (method->client_streaming()) { in PrintMethod()
|
D | generator_helpers.h | 154 if (method->client_streaming()) { in GetMethodType()
|
D | node_generator.cc | 169 vars["client_stream"] = method->client_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 | 67 << (method->client_streaming() ? "(stream " : "(") in DescribeMethod()
|
D | proto_file_parser.cc | 215 return is_request ? method_desc->client_streaming() in IsStreaming()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 1091 bool client_streaming() const; 1742 PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, client_streaming, bool) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | descriptor.proto | 244 optional bool client_streaming = 5 [default=false]; field
|
D | descriptor.cc | 2576 client_streaming() ? "stream " : "", in DebugString() 4687 result->client_streaming_ = proto.client_streaming(); in BuildMethod()
|
D | descriptor.pb.cc | 7387 ::google::protobuf::internal::WireFormatLite::WriteBool(5, this->client_streaming(), output); in SerializeWithCachedSizes() 7447 …:google::protobuf::internal::WireFormatLite::WriteBoolToArray(5, this->client_streaming(), target); in SerializeWithCachedSizesToArray() 7553 set_client_streaming(from.client_streaming()); in MergeFrom() 7833 bool MethodDescriptorProto::client_streaming() const { in client_streaming() function in google::protobuf::MethodDescriptorProto
|
D | descriptor.pb.h | 1786 bool client_streaming() const; 5723 inline bool MethodDescriptorProto::client_streaming() const { in client_streaming() function
|
/external/grpc-grpc/src/ruby/pb/test/ |
D | client.rb | 373 def client_streaming method in NamedTests
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 225 optional bool client_streaming = 5 [default=false]; field
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 231 ### client_streaming subsection
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 248 optional bool client_streaming = 5 [default=false]; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 279 optional bool client_streaming = 5 [default=false]; field
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 279 optional bool client_streaming = 5 [default=false]; field
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 279 optional bool client_streaming = 5 [default=false]; field
|