Home
last modified time | relevance | path

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

12

/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/
Dmethod.h111 ServerStreamingFunction server_streaming; member
/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc348 bool server_streaming = in PrintMethodFields() local
541 bool server_streaming = in PrintStub() local
917 bool server_streaming = in PrintBindServiceMethodBody() local
Dts_generator.cc113 auto server_streaming = method->ServerStreaming() || method->BidiStreaming(); in GetStreamType() local
269 auto server_streaming = in GenerateInterfaces() local
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp390 bool server_streaming = method->server_streaming(); in PrintMethodFields() local
704 bool server_streaming = method->server_streaming(); in PrintStub() local
1110 bool server_streaming = method->server_streaming(); in PrintBindServiceMethodBody() local
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php50 protected $server_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
/external/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php50 protected $server_streaming = null; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
/external/rust/crates/grpcio/src/
Dclient.rs67 pub fn server_streaming<Req, Resp>( in server_streaming() method
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb430 def server_streaming method in NamedTests
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md344 ### server_streaming subsection
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto227 optional bool server_streaming = 6 [default=false]; field
/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor.py919 server_streaming=False, argument
934 server_streaming=False, argument
/external/protobuf/python/google/protobuf/
Ddescriptor.py923 server_streaming=False, argument
938 server_streaming=False, argument
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto250 optional bool server_streaming = 6 [default=false]; field
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs346 fn server_streaming(&self, method_name: &str) -> String { in server_streaming() method
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto302 optional bool server_streaming = 6 [default = false]; field
Ddescriptor.proto302 optional bool server_streaming = 6 [default = false]; field
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto305 optional bool server_streaming = 6 [default = false]; field
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto306 optional bool server_streaming = 6 [default = false]; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto305 optional bool server_streaming = 6 [default = false]; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto281 optional bool server_streaming = 6 [default=false]; field
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py581 def server_streaming(self) -> bool: member in ProtoServiceMethod
/external/rust/crates/protobuf-parse/src/pure/
Dmodel.rs356 pub server_streaming: bool, field
Dparser.rs1154 let server_streaming = self.tokenizer.next_ident_if_eq("stream")?; in next_rpc_opt() localVariable
/external/rust/crates/grpcio/src/call/
Dclient.rs158 pub fn server_streaming<Req, Resp>( in server_streaming() method
/external/rust/crates/protobuf/src/
Ddescriptor.rs3428 pub server_streaming: ::std::option::Option<bool>, field
3574 pub fn server_streaming(&self) -> bool { in server_streaming() method

12