| /external/flatbuffers/grpc/src/compiler/ |
| D | java_generator.cc | 346 bool client_streaming = in PrintMethodFields() local 539 bool client_streaming = in PrintStub() local 915 bool client_streaming = in PrintBindServiceMethodBody() local
|
| D | ts_generator.cc | 112 auto client_streaming = method->ClientStreaming() || method->BidiStreaming(); in GetStreamType() local 267 auto client_streaming = in GenerateInterfaces() 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/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | MethodDescriptorProto.php | 44 protected $client_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
| /external/protobuf/php/src/Google/Protobuf/Internal/ |
| D | MethodDescriptorProto.php | 44 protected $client_streaming = null; 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/cronet/third_party/protobuf/python/google/protobuf/ |
| D | descriptor.py | 918 client_streaming=False, argument 933 client_streaming=False, argument
|
| /external/protobuf/python/google/protobuf/ |
| D | descriptor.py | 922 client_streaming=False, argument 937 client_streaming=False, argument
|
| /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 | 321 fn client_streaming(&self, method_name: &str) -> String { in client_streaming() method
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
| D | descriptor_sv.proto | 300 optional bool client_streaming = 5 [default = false]; field
|
| D | descriptor.proto | 300 optional bool client_streaming = 5 [default = false]; field
|
| /external/cronet/third_party/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 303 optional bool client_streaming = 5 [default = false]; field
|
| D | descriptor.pb.h | 11751 inline bool MethodDescriptorProto::client_streaming() const { in client_streaming() function
|
| /external/rust/crates/protobuf-parse/src/proto/google/protobuf/ |
| D | descriptor.proto | 304 optional bool client_streaming = 5 [default = false]; field
|
| /external/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 303 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/pigweed/pw_protobuf/py/pw_protobuf/ |
| D | proto_tree.py | 587 def client_streaming(self) -> bool: member in ProtoServiceMethod
|
| /external/rust/crates/protobuf-parse/src/pure/ |
| D | model.rs | 353 pub client_streaming: bool, field
|
| D | parser.rs | 1149 let client_streaming = self.tokenizer.next_ident_if_eq("stream")?; in next_rpc_opt() localVariable
|
| /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 | 3425 pub client_streaming: ::std::option::Option<bool>, field 3555 pub fn client_streaming(&self) -> bool { in client_streaming() method
|