Home
last modified time | relevance | path

Searched defs:server_streaming (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/flatbuffers/grpc/src/compiler/
H A Djava_generator.cc348 bool server_streaming = in PrintMethodFields() local
541 bool server_streaming = in PrintStub() local
917 bool server_streaming = in PrintBindServiceMethodBody() local
H A Dts_generator.cc113 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 Djava_generator.cpp457 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.py312 server_streaming, argument
415 server_streaming, argument
/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/
H A Dmethod.h121 ServerStreamingFunction server_streaming; member
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMethodDescriptorProto.php50 protected $server_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DMethodDescriptorProto.php50 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/
Dmethod_def.c44 bool server_streaming; member
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Dmethod_def.c26 bool server_streaming; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dclient.rs68 pub fn server_streaming<Req, Resp>( in server_streaming() method
/aosp_15_r20/external/grpc-grpc/src/ruby/pb/test/
H A Dclient.rb433 def server_streaming method in NamedTests
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor.py923 server_streaming=False, argument
938 server_streaming=False, argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py923 server_streaming=False, argument
938 server_streaming=False, argument
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/server/
Dgrpc.rs264 pub async fn server_streaming<S, B>( in server_streaming() function
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/
Dgrpc.rs261 pub async fn server_streaming<M1, M2, C>( in server_streaming() method
/aosp_15_r20/external/grpc-grpc/doc/
H A Dinterop-test-descriptions.md359 ### server_streaming subsection
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto227 optional bool server_streaming = 6 [default=false]; field
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto250 optional bool server_streaming = 6 [default=false]; field
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto305 optional bool server_streaming = 6 [default = false]; field
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto306 optional bool server_streaming = 6 [default = false]; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto300 optional bool server_streaming = 6 [default = false]; field
Ddescriptor_sv.proto302 optional bool server_streaming = 6 [default = false]; field
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto281 optional bool server_streaming = 6 [default=false]; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto305 optional bool server_streaming = 6 [default = false]; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/
Dcodegen.rs346 fn server_streaming(&self, method_name: &str) -> String { in server_streaming() method

12