Asylo
|
#include <string>
#include <google/protobuf/text_format.h>
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "asylo/util/logging.h"
Go to the source code of this file.
Namespaces | |
asylo | |
Functions | |
template<class T > | |
bool | asylo::AbslParseFlag (absl::string_view text, T *flag, std::string *error) |
template<class T > | |
std::string | asylo::AbslUnparseFlag (const T &flag) |