#include "types.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 omnibox {
}
namespace omnibox {
bool SuggestType_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> SuggestType_strings[11] = …;
static const char SuggestType_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry SuggestType_entries[] = …;
static const int SuggestType_entries_by_number[] = …;
const std::string& SuggestType_Name(
SuggestType value) { … }
bool SuggestType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SuggestType* value) { … }
bool SuggestSubtype_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> SuggestSubtype_strings[23] = …;
static const char SuggestSubtype_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry SuggestSubtype_entries[] = …;
static const int SuggestSubtype_entries_by_number[] = …;
const std::string& SuggestSubtype_Name(
SuggestSubtype value) { … }
bool SuggestSubtype_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SuggestSubtype* value) { … }
}
PROTOBUF_NAMESPACE_OPEN
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>