Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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()
/third_party/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()
/third_party/grpc/test/cpp/end2end/
Dserver_interceptors_end2end_test.cc64 type == experimental::ServerRpcInfo::Type::BIDI_STREAMING)) || in LoggingInterceptor()
70 type == experimental::ServerRpcInfo::Type::BIDI_STREAMING) || in LoggingInterceptor()
73 type == experimental::ServerRpcInfo::Type::BIDI_STREAMING)); in LoggingInterceptor()
/third_party/grpc/src/cpp/server/
Dserver_cc.cc259 internal::RpcMethod::BIDI_STREAMING, in FinalizeResult()
660 : grpc::internal::RpcMethod::BIDI_STREAMING, in Run()
837 "unknown", grpc::internal::RpcMethod::BIDI_STREAMING, in AddUnknownSyncMethod()
1025 case grpc::internal::RpcMethod::BIDI_STREAMING: in PayloadHandlingForMethod()
/third_party/flatbuffers/tests/MyGame/Example/
DMonsterStorageGrpc.java181 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getGetMinMaxHitPointsMethod()