Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h43 CLIENT_STREAMING, enumerator
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Drpc_method.h33 CLIENT_STREAMING, // request streaming enumerator
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/
Drpc_method.h33 CLIENT_STREAMING, // request streaming enumerator
/external/grpc-grpc/include/grpcpp/impl/
Drpc_method.h33 CLIENT_STREAMING, // request streaming enumerator
/external/pigweed/pw_rpc/ts/
Ddescriptors.ts103 CLIENT_STREAMING, enumerator
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/
Dserver_interceptor.h60 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
Dclient_interceptor.h77 CLIENT_STREAMING, enumerator
/external/grpc-grpc/include/grpcpp/support/
Dserver_interceptor.h60 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
Dclient_interceptor.h77 CLIENT_STREAMING, enumerator
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dserver_interceptor.h60 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
Dclient_interceptor.h77 CLIENT_STREAMING, enumerator
/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
DApiMethodDescriptor.java42 CLIENT_STREAMING, enumConstant
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java32 CLIENT_STREAMING("request streaming with single response"), enumConstant
/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
DMethod.java116 CLIENT_STREAMING(/* isServerStreaming= */ false, /* isClientStreaming= */ true), enumConstant
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py463 CLIENT_STREAMING = "client_streaming" variable in TestCase
/external/pigweed/pw_rpc/py/pw_rpc/
Ddescriptors.py250 CLIENT_STREAMING = 2 variable in Method.Type
/external/grpc-grpc-java/api/src/main/java/io/grpc/
DMethodDescriptor.java90 CLIENT_STREAMING, enumConstant
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py478 CLIENT_STREAMING = "client_streaming" variable in TestCase
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py550 CLIENT_STREAMING = 'kClientStreaming' variable in ProtoServiceMethod.Type