Asylo
Namespaces | Functions
proto_flag.h File Reference
#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"
Include dependency graph for proto_flag.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)