Home
last modified time | relevance | path

Searched defs:client_streaming (Results 1 – 25 of 31) sorted by relevance

12

/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc346 bool client_streaming = in PrintMethodFields() local
539 bool client_streaming = in PrintStub() local
915 bool client_streaming = in PrintBindServiceMethodBody() local
Dts_generator.cc112 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/
Djava_generator.cpp389 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/
DMethodDescriptorProto.php44 protected $client_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
/external/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php44 protected $client_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
/external/rust/crates/grpcio/src/
Dclient.rs56 pub fn client_streaming<Req, Resp>( in client_streaming() method
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb373 def client_streaming method in NamedTests
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md231 ### client_streaming subsection
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto225 optional bool client_streaming = 5 [default=false]; field
/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor.py918 client_streaming=False, argument
933 client_streaming=False, argument
/external/protobuf/python/google/protobuf/
Ddescriptor.py922 client_streaming=False, argument
937 client_streaming=False, argument
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto248 optional bool client_streaming = 5 [default=false]; field
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs321 fn client_streaming(&self, method_name: &str) -> String { in client_streaming() method
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto300 optional bool client_streaming = 5 [default = false]; field
Ddescriptor.proto300 optional bool client_streaming = 5 [default = false]; field
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto303 optional bool client_streaming = 5 [default = false]; field
Ddescriptor.pb.h11751 inline bool MethodDescriptorProto::client_streaming() const { in client_streaming() function
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto304 optional bool client_streaming = 5 [default = false]; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto303 optional bool client_streaming = 5 [default = false]; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto279 optional bool client_streaming = 5 [default=false]; field
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py587 def client_streaming(self) -> bool: member in ProtoServiceMethod
/external/rust/crates/protobuf-parse/src/pure/
Dmodel.rs353 pub client_streaming: bool, field
Dparser.rs1149 let client_streaming = self.tokenizer.next_ident_if_eq("stream")?; in next_rpc_opt() localVariable
/external/rust/crates/grpcio/src/call/
Dclient.rs130 pub fn client_streaming<Req, Resp>( in client_streaming() method
/external/rust/crates/protobuf/src/
Ddescriptor.rs3425 pub client_streaming: ::std::option::Option<bool>, field
3555 pub fn client_streaming(&self) -> bool { in client_streaming() method

12