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