#include "components/history_embeddings/proto/history_embeddings.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 history_embeddings {
namespace proto {
PROTOBUF_CONSTEXPR PassagesValue::PassagesValue(
::_pbi::ConstantInitialized): … { … }
struct PassagesValueDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PassagesValueDefaultTypeInternal _PassagesValue_default_instance_;
PROTOBUF_CONSTEXPR EmbeddingVector::EmbeddingVector(
::_pbi::ConstantInitialized): … { … }
struct EmbeddingVectorDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EmbeddingVectorDefaultTypeInternal _EmbeddingVector_default_instance_;
PROTOBUF_CONSTEXPR EmbeddingsValue::EmbeddingsValue(
::_pbi::ConstantInitialized): … { … }
struct EmbeddingsValueDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EmbeddingsValueDefaultTypeInternal _EmbeddingsValue_default_instance_;
}
}
namespace history_embeddings {
namespace proto {
class PassagesValue::_Internal { … };
PassagesValue::PassagesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
PassagesValue::PassagesValue(const PassagesValue& from)
: … { … }
inline void PassagesValue::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
PassagesValue::~PassagesValue() { … }
inline void PassagesValue::SharedDtor() { … }
void PassagesValue::SetCachedSize(int size) const { … }
void PassagesValue::Clear() { … }
const char* PassagesValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* PassagesValue::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t PassagesValue::ByteSizeLong() const { … }
void PassagesValue::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void PassagesValue::MergeFrom(const PassagesValue& from) { … }
void PassagesValue::CopyFrom(const PassagesValue& from) { … }
bool PassagesValue::IsInitialized() const { … }
void PassagesValue::InternalSwap(PassagesValue* other) { … }
std::string PassagesValue::GetTypeName() const { … }
class EmbeddingVector::_Internal { … };
EmbeddingVector::EmbeddingVector(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
EmbeddingVector::EmbeddingVector(const EmbeddingVector& from)
: … { … }
inline void EmbeddingVector::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
EmbeddingVector::~EmbeddingVector() { … }
inline void EmbeddingVector::SharedDtor() { … }
void EmbeddingVector::SetCachedSize(int size) const { … }
void EmbeddingVector::Clear() { … }
const char* EmbeddingVector::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* EmbeddingVector::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t EmbeddingVector::ByteSizeLong() const { … }
void EmbeddingVector::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void EmbeddingVector::MergeFrom(const EmbeddingVector& from) { … }
void EmbeddingVector::CopyFrom(const EmbeddingVector& from) { … }
bool EmbeddingVector::IsInitialized() const { … }
void EmbeddingVector::InternalSwap(EmbeddingVector* other) { … }
std::string EmbeddingVector::GetTypeName() const { … }
class EmbeddingsValue::_Internal { … };
EmbeddingsValue::EmbeddingsValue(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
EmbeddingsValue::EmbeddingsValue(const EmbeddingsValue& from)
: … { … }
inline void EmbeddingsValue::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
EmbeddingsValue::~EmbeddingsValue() { … }
inline void EmbeddingsValue::SharedDtor() { … }
void EmbeddingsValue::SetCachedSize(int size) const { … }
void EmbeddingsValue::Clear() { … }
const char* EmbeddingsValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* EmbeddingsValue::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t EmbeddingsValue::ByteSizeLong() const { … }
void EmbeddingsValue::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void EmbeddingsValue::MergeFrom(const EmbeddingsValue& from) { … }
void EmbeddingsValue::CopyFrom(const EmbeddingsValue& from) { … }
bool EmbeddingsValue::IsInitialized() const { … }
void EmbeddingsValue::InternalSwap(EmbeddingsValue* other) { … }
std::string EmbeddingsValue::GetTypeName() const { … }
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::history_embeddings::proto::PassagesValue*
Arena::CreateMaybeMessage< ::history_embeddings::proto::PassagesValue >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::history_embeddings::proto::EmbeddingVector*
Arena::CreateMaybeMessage< ::history_embeddings::proto::EmbeddingVector >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::history_embeddings::proto::EmbeddingsValue*
Arena::CreateMaybeMessage< ::history_embeddings::proto::EmbeddingsValue >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>