Home
last modified time | relevance | path

Searched refs:AsyncType (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_service_method.h64 async_type_(AsyncType::UNSET), in RpcServiceMethod()
67 enum class AsyncType { enum
78 void SetServerAsyncType(RpcServiceMethod::AsyncType type) { in SetServerAsyncType()
79 if (async_type_ == AsyncType::UNSET) { in SetServerAsyncType()
98 AsyncType async_type_;
101 const char* TypeToString(RpcServiceMethod::AsyncType type) { in TypeToString()
103 case AsyncType::UNSET: in TypeToString()
105 case AsyncType::ASYNC: in TypeToString()
107 case AsyncType::RAW: in TypeToString()
Dservice_type.h142 internal::RpcServiceMethod::AsyncType::ASYNC); in MarkMethodAsync()
153 internal::RpcServiceMethod::AsyncType::RAW); in MarkMethodRaw()