Searched refs:AsyncType (Results 1 – 2 of 2) sorted by relevance
64 async_type_(AsyncType::UNSET), in RpcServiceMethod()67 enum class AsyncType { enum78 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()
142 internal::RpcServiceMethod::AsyncType::ASYNC); in MarkMethodAsync()153 internal::RpcServiceMethod::AsyncType::RAW); in MarkMethodRaw()