Searched refs:BIDI_STREAMING (Results 1 – 9 of 9) sorted by relevance
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | server_interceptor.h | 59 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),
|
D | client_interceptor.h | 75 BIDI_STREAMING, enumerator 110 static_assert(Type::BIDI_STREAMING == 111 static_cast<Type>(internal::RpcMethod::BIDI_STREAMING),
|
D | rpc_method.h | 35 BIDI_STREAMING enumerator
|
D | service_type.h | 216 methods_[idx]->SetMethodType(internal::RpcMethod::BIDI_STREAMING); in MarkMethodStreamed()
|
/third_party/grpc/include/grpcpp/generic/ |
D | generic_stub.h | 192 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/ |
D | monster_test.grpc.fb.cc | 35 …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/ |
D | server_interceptors_end2end_test.cc | 64 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/ |
D | server_cc.cc | 259 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/ |
D | MonsterStorageGrpc.java | 181 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getGetMinMaxHitPointsMethod()
|