#include <grpc/event_engine/memory_allocator.h>
#include <type_traits>
#include <utility>
Go to the source code of this file.
|
| class | grpc::SerializationTraits< Message, UnusedButHereForPartialTemplateSpecialization > |
| | Defines how to serialize and deserialize some type. More...
|
| |
| struct | grpc::impl::has_allocator_serialize< Message, BufferPtr, typename > |
| |
| struct | grpc::impl::has_allocator_serialize< Message, BufferPtr, std::void_t< decltype(SerializationTraits< Message >::Serialize(std::declval< grpc_event_engine::experimental::MemoryAllocator * >(), std::declval< const Message & >(), std::declval< BufferPtr >(), std::declval< bool * >()))> > |
| |
| struct | grpc::impl::SerializeDispatch< Message, BufferPtr, bool > |
| |
| struct | grpc::impl::SerializeDispatch< Message, BufferPtr, true > |
| |
| struct | grpc::impl::SerializeDispatch< Message, BufferPtr, false > |
| |
|
| | grpc |
| | An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
|
| |
| | grpc::impl |
| |