![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/time/clock.h"#include "absl/time/time.h"#include "google/protobuf/duration.pb.h"Go to the source code of this file.
Namespaces | |
| namespace | util_time |
Functions | |
| inline ::absl::StatusOr< google::protobuf::Duration > | util_time::EncodeGoogleApiProto (absl::Duration d) |
| inline ::absl::Status | util_time::EncodeGoogleApiProto (absl::Duration d, google::protobuf::Duration *proto) |
| inline ::absl::StatusOr< absl::Duration > | util_time::DecodeGoogleApiProto (const google::protobuf::Duration &proto) |