Home
last modified time | relevance | path

Searched refs:BIDI_STREAMING (Results 1 – 25 of 34) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dserver_interceptor.h59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
91 static_assert(Type::BIDI_STREAMING ==
92 static_cast<Type>(internal::RpcMethod::BIDI_STREAMING),
Dclient_interceptor.h75 BIDI_STREAMING, enumerator
110 static_assert(Type::BIDI_STREAMING ==
111 static_cast<Type>(internal::RpcMethod::BIDI_STREAMING),
Drpc_method.h35 BIDI_STREAMING enumerator
Dservice_type.h216 methods_[idx]->SetMethodType(internal::RpcMethod::BIDI_STREAMING); in MarkMethodStreamed()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dserver_interceptor.h59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator
91 static_assert(Type::BIDI_STREAMING ==
92 static_cast<Type>(internal::RpcMethod::BIDI_STREAMING),
Dclient_interceptor.h75 BIDI_STREAMING, enumerator
110 static_assert(Type::BIDI_STREAMING ==
111 static_cast<Type>(internal::RpcMethod::BIDI_STREAMING),
Drpc_method.h35 BIDI_STREAMING enumerator
Dservice_type.h216 methods_[idx]->SetMethodType(internal::RpcMethod::BIDI_STREAMING); in MarkMethodStreamed()
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java19 import static io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING;
70 assertEquals(BIDI_STREAMING, genericTypeShouldMatchWhenAssigned.getType()); in serviceMethodDescriotrs()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_method.h35 BIDI_STREAMING enumerator
Dservice_type.h179 methods_[idx]->SetMethodType(internal::RpcMethod::BIDI_STREAMING); in MarkMethodStreamed()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h192 method.c_str(), grpc::internal::RpcMethod::BIDI_STREAMING), in PrepareBidiStreamingCallInternal()
205 method.c_str(), grpc::internal::RpcMethod::BIDI_STREAMING), in CallInternal()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dgeneric_stub.h192 method.c_str(), grpc::internal::RpcMethod::BIDI_STREAMING), in PrepareBidiStreamingCallInternal()
205 method.c_str(), grpc::internal::RpcMethod::BIDI_STREAMING), in CallInternal()
/external/grpc-grpc/src/cpp/client/
Dgeneric_stub.cc35 internal::RpcMethod::BIDI_STREAMING), in CallInternal()
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/
DHandshakerServiceGrpc.java37 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
46 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getDoHandshakeMethod()
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/
DLoadBalancerGrpc.java37 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
46 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getBalanceLoadMethod()
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/
DServerReflectionGrpc.java37 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
46 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getServerReflectionInfoMethod()
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DWorkerServiceGrpc.java37 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
46 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getRunServerMethod()
69 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
78 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getRunClientMethod()
DBenchmarkServiceGrpc.java69 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
78 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getStreamingCallMethod()
165 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
174 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getStreamingBothWaysMethod()
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.cc35 …MaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_STREAMING, channel) in Stub()
104 ::grpc::internal::RpcMethod::BIDI_STREAMING, in Service()
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestService.java.txt133 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
142 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
164 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
173 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
195 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
204 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
/external/grpc-grpc-java/compiler/src/test/golden/
DTestService.java.txt136 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
145 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
168 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
177 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
200 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
209 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc259 internal::RpcMethod::BIDI_STREAMING, in FinalizeResult()
650 : grpc::internal::RpcMethod::BIDI_STREAMING, in Run()
820 "unknown", grpc::internal::RpcMethod::BIDI_STREAMING, in AddUnknownSyncMethod()
1008 case grpc::internal::RpcMethod::BIDI_STREAMING: in PayloadHandlingForMethod()
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java201 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
210 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getFullDuplexCallMethod()
233 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
242 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getHalfDuplexCallMethod()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DMethodDescriptor.java100 BIDI_STREAMING, enumConstant

12