#include "search_context.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/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace omnibox {
PROTOBUF_CONSTEXPR SearchContext::SearchContext(
::_pbi::ConstantInitialized): … { … }
struct SearchContextDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SearchContextDefaultTypeInternal _SearchContext_default_instance_;
}
namespace omnibox {
class SearchContext::_Internal { … };
SearchContext::SearchContext(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
SearchContext::SearchContext(const SearchContext& from)
: … { … }
inline void SearchContext::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
SearchContext::~SearchContext() { … }
inline void SearchContext::SharedDtor() { … }
void SearchContext::SetCachedSize(int size) const { … }
void SearchContext::Clear() { … }
const char* SearchContext::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* SearchContext::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t SearchContext::ByteSizeLong() const { … }
void SearchContext::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void SearchContext::MergeFrom(const SearchContext& from) { … }
void SearchContext::CopyFrom(const SearchContext& from) { … }
bool SearchContext::IsInitialized() const { … }
void SearchContext::InternalSwap(SearchContext* other) { … }
std::string SearchContext::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::omnibox::SearchContext*
Arena::CreateMaybeMessage< ::omnibox::SearchContext >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>