Home
last modified time | relevance | path

Searched defs:client_streaming (Results 1 – 18 of 18) sorted by relevance

/external/flatbuffers/grpc/src/compiler/
Djava_generator.cc356 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintMethodFields() local
549 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintStub() local
930 bool client_streaming = method->ClientStreaming() || method->BidiStreaming(); in PrintBindServiceMethodBody() local
/external/grpc-grpc-java/compiler/src/java_plugin/cpp/
Djava_generator.cpp389 bool client_streaming = method->client_streaming(); in PrintMethodFields() local
703 bool client_streaming = method->client_streaming(); in PrintStub() local
1109 bool client_streaming = method->client_streaming(); in PrintBindServiceMethodBody() local
/external/protobuf/php/src/Google/Protobuf/Internal/
DMethodDescriptorProto.php48 private $client_streaming = false; variable in Google\\Protobuf\\Internal\\MethodDescriptorProto
/external/rust/crates/grpcio/src/
Dclient.rs56 pub fn client_streaming<Req, Resp>( in client_streaming() method
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb373 def client_streaming method in NamedTests
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md231 ### client_streaming subsection
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto225 optional bool client_streaming = 5 [default=false]; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto248 optional bool client_streaming = 5 [default=false]; field
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs325 fn client_streaming(&self, method_name: &str) -> String { in client_streaming() method
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto280 optional bool client_streaming = 5 [default = false]; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto279 optional bool client_streaming = 5 [default=false]; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto280 optional bool client_streaming = 5 [default = false]; field
Ddescriptor.pb.h9405 inline bool MethodDescriptorProto::client_streaming() const { in client_streaming() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto300 optional bool client_streaming = 5 [default = false]; field
Ddescriptor_sv.proto300 optional bool client_streaming = 5 [default = false]; field
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py353 def client_streaming(self) -> bool: member in ProtoServiceMethod
/external/rust/crates/grpcio/src/call/
Dclient.rs130 pub fn client_streaming<Req, Resp>( in client_streaming() method
/external/rust/crates/protobuf/src/
Ddescriptor.rs4263 client_streaming: ::std::option::Option<bool>, field