Searched refs:RPCType (Results 1 – 1 of 1) sorted by relevance
46 enum class RPCType { enum609 static void VerifyCall(RPCType type) { in VerifyCall()611 case RPCType::kSyncUnary: in VerifyCall()612 case RPCType::kAsyncCQUnary: in VerifyCall()615 case RPCType::kSyncClientStreaming: in VerifyCall()616 case RPCType::kAsyncCQClientStreaming: in VerifyCall()619 case RPCType::kSyncServerStreaming: in VerifyCall()620 case RPCType::kAsyncCQServerStreaming: in VerifyCall()623 case RPCType::kSyncBidiStreaming: in VerifyCall()624 case RPCType::kAsyncCQBidiStreaming: in VerifyCall()[all …]