/external/flatbuffers/grpc/src/compiler/ |
D | java_generator.cc | 356 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintMethodFields() local 549 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintStub() local 930 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintBindServiceMethodBody() local
|
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
D | java_generator.cpp | 389 bool client_streaming = method->client_streaming(); in PrintMethodFields() local 703 bool client_streaming = method->client_streaming(); in PrintStub() local 1109 bool client_streaming = method->client_streaming(); in PrintBindServiceMethodBody() local
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | MethodDescriptorProto.php | 48 private $client_streaming = false; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
/external/rust/crates/grpcio/src/ |
D | client.rs | 56 pub fn client_streaming<Req, Resp>( in client_streaming() method
|
/external/grpc-grpc/src/ruby/pb/test/ |
D | client.rb | 373 def client_streaming method in NamedTests
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 231 ### client_streaming subsection
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 225 optional bool client_streaming = 5 [default=false]; field
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 248 optional bool client_streaming = 5 [default=false]; field
|
/external/rust/crates/grpcio-compiler/src/ |
D | codegen.rs | 325 fn client_streaming(&self, method_name: &str) -> String { in client_streaming() method
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 280 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/protobuf/src/google/protobuf/ |
D | descriptor.proto | 280 optional bool client_streaming = 5 [default = false]; field
|
D | descriptor.pb.h | 9405 inline bool MethodDescriptorProto::client_streaming() const { in client_streaming() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 300 optional bool client_streaming = 5 [default = false]; field
|
D | descriptor_sv.proto | 300 optional bool client_streaming = 5 [default = false]; field
|
/external/pigweed/pw_protobuf/py/pw_protobuf/ |
D | proto_tree.py | 353 def client_streaming(self) -> bool: member in ProtoServiceMethod
|
/external/rust/crates/grpcio/src/call/ |
D | client.rs | 130 pub fn client_streaming<Req, Resp>( in client_streaming() method
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 4263 client_streaming: ::std::option::Option<bool>, field
|