Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method.h89 ServerStreamingFunction server_streaming; member
/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc357 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); in PrintMethodFields() local
550 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); in PrintStub() local
931 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); in PrintBindServiceMethodBody() 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/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php55 private $server_streaming = false; 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/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto250 optional bool server_streaming = 6 [default=false]; field
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs350 fn server_streaming(&self, method_name: &str) -> String { in server_streaming() method
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto282 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/protobuf/src/google/protobuf/
Ddescriptor.proto282 optional bool server_streaming = 6 [default = false]; field
Ddescriptor.pb.h9423 inline bool MethodDescriptorProto::server_streaming() const { in server_streaming() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto302 optional bool server_streaming = 6 [default = false]; field
Ddescriptor_sv.proto302 optional bool server_streaming = 6 [default = false]; field
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py349 def server_streaming(self) -> bool: member in ProtoServiceMethod
/external/rust/crates/grpcio/src/call/
Dclient.rs158 pub fn server_streaming<Req, Resp>( in server_streaming() method
/external/rust/crates/protobuf/src/
Ddescriptor.rs4264 server_streaming: ::std::option::Option<bool>, field