/aosp_15_r20/external/flatbuffers/grpc/src/compiler/ |
H A 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
|
H A D | ts_generator.cc | 112 auto client_streaming = method->ClientStreaming() || method->BidiStreaming(); in GetStreamType() local 267 auto client_streaming = in GenerateInterfaces() local
|
/aosp_15_r20/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
H A D | java_generator.cpp | 456 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
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
H A D | _compression_test.py | 311 client_streaming, argument 414 client_streaming, argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MethodDescriptorProto.php | 44 protected $client_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MethodDescriptorProto.php | 44 protected $client_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | method_def.c | 43 bool client_streaming; member
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | method_def.c | 25 bool client_streaming; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/ |
D | client.rs | 57 pub fn client_streaming<Req, Resp>( in client_streaming() method
|
/aosp_15_r20/external/grpc-grpc/src/ruby/pb/test/ |
H A D | client.rb | 376 def client_streaming method in NamedTests
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 922 client_streaming=False, argument 937 client_streaming=False, argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 922 client_streaming=False, argument 937 client_streaming=False, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/server/ |
D | grpc.rs | 305 pub async fn client_streaming<S, B>( in client_streaming() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/ |
D | grpc.rs | 224 pub async fn client_streaming<S, M1, M2, C>( in client_streaming() method
|
/aosp_15_r20/external/grpc-grpc/doc/ |
H A D | interop-test-descriptions.md | 246 ### client_streaming subsection
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 225 optional bool client_streaming = 5 [default=false]; field
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 248 optional bool client_streaming = 5 [default=false]; field
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 303 optional bool client_streaming = 5 [default = false]; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 304 optional bool client_streaming = 5 [default = false]; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 298 optional bool client_streaming = 5 [default = false]; field
|
D | descriptor_sv.proto | 300 optional bool client_streaming = 5 [default = false]; field
|
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/ |
H A D | descriptor.proto | 279 optional bool client_streaming = 5 [default=false]; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 303 optional bool client_streaming = 5 [default = false]; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/ |
D | codegen.rs | 321 fn client_streaming(&self, method_name: &str) -> String { in client_streaming() method
|
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/ |
H A D | proto_tree.py | 626 def client_streaming(self) -> bool: member in ProtoServiceMethod
|