// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: page_vertical.proto
// Protobuf C++ Version: 7.35.1

#include "page_vertical.pb.h"

#include <algorithm>
#include <type_traits>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/generated_message_tctable_impl.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/wire_format_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::google::protobuf;
namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout;
namespace omnibox {
}  // namespace omnibox
namespace omnibox {
PROTOBUF_CONSTINIT const uint32_t PageVertical_internal_data_[] = {
    131072u, 0u, };
static const char PageVertical_names[] = {
    "PAGE_VERTICAL_EDU"
    "PAGE_VERTICAL_UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry PageVertical_entries[] = {
    {{&PageVertical_names[0], 17}, 1},
    {{&PageVertical_names[17], 25}, 0},
};

static const int PageVertical_entries_by_number[] = {
    1,  // 0 -> PAGE_VERTICAL_UNSPECIFIED
    0,  // 1 -> PAGE_VERTICAL_EDU
};

bool PageVertical_Parse(::absl::string_view name,
                                  PageVertical* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      PageVertical_entries, 2, name, &int_value);
  if (success) {
    *value = static_cast<PageVertical>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    PageVertical_strings[2] = {};

const ::std::string& PageVertical_Name(PageVertical value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      PageVertical_entries, PageVertical_entries_by_number, 2,
      PageVertical_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(PageVertical_entries,
                                  PageVertical_entries_by_number,
                                  2, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : PageVertical_strings[idx].get();
}
// @@protoc_insertion_point(namespace_scope)
}  // namespace omnibox
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
