Home
last modified time | relevance | path

Searched defs:client_streaming (Results 1 – 25 of 41) 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.cpp456 bool client_streaming = method->client_streaming(); in PrintMethodFields() local
667 bool client_streaming = method->client_streaming(); in PrintStub() local
1077 bool client_streaming = method->client_streaming(); in PrintBindServiceMethod() local
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_compression_test.py311 client_streaming, argument
414 client_streaming, argument
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php44 protected $client_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
/external/cronet/tot/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/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Dmethod_def.c43 bool client_streaming; member
/external/grpc-grpc/third_party/upb/upb/reflection/
Dmethod_def.c25 bool client_streaming; member
/external/rust/android-crates-io/crates/grpcio/src/
Dclient.rs57 pub fn client_streaming<Req, Resp>( in client_streaming() method
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb376 def client_streaming method in NamedTests
/external/rust/android-crates-io/crates/tonic/src/server/
Dgrpc.rs305 pub async fn client_streaming<S, B>( in client_streaming() function
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md246 ### client_streaming subsection
/external/rust/android-crates-io/crates/tonic/src/client/
Dgrpc.rs224 pub async fn client_streaming<S, M1, M2, C>( in client_streaming() method
/external/cronet/stable/third_party/protobuf/python/google/protobuf/
Ddescriptor.py922 client_streaming=False, argument
937 client_streaming=False, argument
/external/cronet/tot/third_party/protobuf/python/google/protobuf/
Ddescriptor.py922 client_streaming=False, argument
937 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/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto298 optional bool client_streaming = 5 [default = false]; field
Ddescriptor_sv.proto300 optional bool client_streaming = 5 [default = false]; field
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto303 optional bool client_streaming = 5 [default = false]; field
/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dcodegen.rs321 fn client_streaming(&self, method_name: &str) -> String { in client_streaming() method
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto279 optional bool client_streaming = 5 [default=false]; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto303 optional bool client_streaming = 5 [default = false]; field
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto304 optional bool client_streaming = 5 [default = false]; field

12