| 52 | DEFINE_validator(input, &string_not_empty); |
| 53 | |
| 54 | void init(int argc, char** argv) { |
| 55 | gflags::ParseCommandLineFlags(&argc, &argv, true); |
| 56 | google::InitGoogleLogging(argv[0]); |
| 57 | google::LogToStderr(); |
| 58 | } |
| 59 | |
| 60 | using partition_t = plato::hash_by_source_t<>; |
| 61 |