#include <grpc/support/port_platform.h>
#include "absl/time/time.h"
#include <grpc/impl/codegen/gpr_types.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) |