#include <chrono>#include <cstdint>#include <grpc/impl/codegen/gpr_types.h>#include <grpc/support/time.h>#include <grpcpp/support/time.h>
Go to the source code of this file.
Namespaces | |
| grpc | |
Functions | |
| void | grpc::Timepoint2Timespec (const system_clock::time_point &from, gpr_timespec *to) |
| void | grpc::TimepointHR2Timespec (const high_resolution_clock::time_point &from, gpr_timespec *to) |
| std::chrono::system_clock::time_point | grpc::Timespec2Timepoint (gpr_timespec t) |