#include <grpc/support/port_platform.h>#include "src/core/lib/gprpp/time_util.h"#include <stdint.h>#include <time.h>#include <grpc/support/log.h>#include <grpc/support/time.h>
Go to the source code of this file.
Namespaces | |
| grpc_core | |
Functions | |
| absl::Duration | grpc_core::ToAbslDuration (gpr_timespec ts) |
| absl::Time | grpc_core::ToAbslTime (gpr_timespec ts) |
| gpr_timespec | grpc_core::ToGprTimeSpec (absl::Duration duration) |
| gpr_timespec | grpc_core::ToGprTimeSpec (absl::Time time) |