/aosp_15_r20/external/flatbuffers/grpc/src/compiler/ |
H A D | java_generator.cc | 348 bool server_streaming = in PrintMethodFields() local 541 bool server_streaming = in PrintStub() local 917 bool server_streaming = in PrintBindServiceMethodBody() local
|
H A D | ts_generator.cc | 113 auto server_streaming = method->ServerStreaming() || method->BidiStreaming(); in GetStreamType() local 269 auto server_streaming = in GenerateInterfaces() local
|
/aosp_15_r20/external/grpc-grpc-java/compiler/src/java_plugin/cpp/ |
H A D | java_generator.cpp | 457 bool server_streaming = method->server_streaming(); in PrintMethodFields() local 668 bool server_streaming = method->server_streaming(); in PrintStub() local 1078 bool server_streaming = method->server_streaming(); in PrintBindServiceMethod() local
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
H A D | _compression_test.py | 312 server_streaming, argument 415 server_streaming, argument
|
/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/ |
H A D | method.h | 121 ServerStreamingFunction server_streaming; member
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MethodDescriptorProto.php | 50 protected $server_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MethodDescriptorProto.php | 50 protected $server_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 | 44 bool server_streaming; member
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | method_def.c | 26 bool server_streaming; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/ |
D | client.rs | 68 pub fn server_streaming<Req, Resp>( in server_streaming() method
|
/aosp_15_r20/external/grpc-grpc/src/ruby/pb/test/ |
H A D | client.rb | 433 def server_streaming method in NamedTests
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 923 server_streaming=False, argument 938 server_streaming=False, argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 923 server_streaming=False, argument 938 server_streaming=False, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/server/ |
D | grpc.rs | 264 pub async fn server_streaming<S, B>( in server_streaming() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/ |
D | grpc.rs | 261 pub async fn server_streaming<M1, M2, C>( in server_streaming() method
|
/aosp_15_r20/external/grpc-grpc/doc/ |
H A D | interop-test-descriptions.md | 359 ### server_streaming subsection
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 227 optional bool server_streaming = 6 [default=false]; field
|
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 250 optional bool server_streaming = 6 [default=false]; field
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 305 optional bool server_streaming = 6 [default = false]; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | descriptor.proto | 306 optional bool server_streaming = 6 [default = false]; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 300 optional bool server_streaming = 6 [default = false]; field
|
D | descriptor_sv.proto | 302 optional bool server_streaming = 6 [default = false]; field
|
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/ |
H A D | descriptor.proto | 281 optional bool server_streaming = 6 [default=false]; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.proto | 305 optional bool server_streaming = 6 [default = false]; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/ |
D | codegen.rs | 346 fn server_streaming(&self, method_name: &str) -> String { in server_streaming() method
|