#include "components/optimization_guide/proto/parser_kind.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace optimization_guide {
namespace proto {
}
}
namespace optimization_guide {
namespace proto {
bool ParserKind_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> ParserKind_strings[4] = …;
static const char ParserKind_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry ParserKind_entries[] = …;
static const int ParserKind_entries_by_number[] = …;
const std::string& ParserKind_Name(
ParserKind value) { … }
bool ParserKind_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ParserKind* value) { … }
}
}
PROTOBUF_NAMESPACE_OPEN
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>