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

#include "navigational_intent.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 NavigationalIntent_internal_data_[] = {
    262144u, 0u, };
static const char NavigationalIntent_names[] = {
    "NAV_INTENT_HIGH"
    "NAV_INTENT_LOW"
    "NAV_INTENT_MEDIUM"
    "NAV_INTENT_NONE"
};

static const ::google::protobuf::internal::EnumEntry NavigationalIntent_entries[] = {
    {{&NavigationalIntent_names[0], 15}, 3},
    {{&NavigationalIntent_names[15], 14}, 1},
    {{&NavigationalIntent_names[29], 17}, 2},
    {{&NavigationalIntent_names[46], 15}, 0},
};

static const int NavigationalIntent_entries_by_number[] = {
    3,  // 0 -> NAV_INTENT_NONE
    1,  // 1 -> NAV_INTENT_LOW
    2,  // 2 -> NAV_INTENT_MEDIUM
    0,  // 3 -> NAV_INTENT_HIGH
};

bool NavigationalIntent_Parse(::absl::string_view name,
                                  NavigationalIntent* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      NavigationalIntent_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<NavigationalIntent>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    NavigationalIntent_strings[4] = {};

const ::std::string& NavigationalIntent_Name(NavigationalIntent value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      NavigationalIntent_entries, NavigationalIntent_entries_by_number, 4,
      NavigationalIntent_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(NavigationalIntent_entries,
                                  NavigationalIntent_entries_by_number,
                                  4, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : NavigationalIntent_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"
