chromium/out/Default/gen/components/history_embeddings/proto/history_embeddings.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/history_embeddings/proto/history_embeddings.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fhistory_5fembeddings_2fproto_2fhistory_5fembeddings_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fhistory_5fembeddings_2fproto_2fhistory_5fembeddings_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fhistory_5fembeddings_2fproto_2fhistory_5fembeddings_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fhistory_5fembeddings_2fproto_2fhistory_5fembeddings_2eproto {};
namespace history_embeddings {
namespace proto {
class EmbeddingVector;
struct EmbeddingVectorDefaultTypeInternal;
extern EmbeddingVectorDefaultTypeInternal _EmbeddingVector_default_instance_;
class EmbeddingsValue;
struct EmbeddingsValueDefaultTypeInternal;
extern EmbeddingsValueDefaultTypeInternal _EmbeddingsValue_default_instance_;
class PassagesValue;
struct PassagesValueDefaultTypeInternal;
extern PassagesValueDefaultTypeInternal _PassagesValue_default_instance_;
}  // namespace proto
}  // namespace history_embeddings
PROTOBUF_NAMESPACE_OPEN
template<> ::history_embeddings::proto::EmbeddingVector* Arena::CreateMaybeMessage<::history_embeddings::proto::EmbeddingVector>(Arena*);
template<> ::history_embeddings::proto::EmbeddingsValue* Arena::CreateMaybeMessage<::history_embeddings::proto::EmbeddingsValue>(Arena*);
template<> ::history_embeddings::proto::PassagesValue* Arena::CreateMaybeMessage<::history_embeddings::proto::PassagesValue>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace history_embeddings {
namespace proto {

// ===================================================================

class PassagesValue final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:history_embeddings.proto.PassagesValue) */ {};
// -------------------------------------------------------------------

class EmbeddingVector final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:history_embeddings.proto.EmbeddingVector) */ {};
// -------------------------------------------------------------------

class EmbeddingsValue final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:history_embeddings.proto.EmbeddingsValue) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// PassagesValue

// repeated string passages = 1;
inline int PassagesValue::_internal_passages_size() const {}
inline int PassagesValue::passages_size() const {}
inline void PassagesValue::clear_passages() {}
inline std::string* PassagesValue::add_passages() {}
inline const std::string& PassagesValue::_internal_passages(int index) const {}
inline const std::string& PassagesValue::passages(int index) const {}
inline std::string* PassagesValue::mutable_passages(int index) {}
inline void PassagesValue::set_passages(int index, const std::string& value) {}
inline void PassagesValue::set_passages(int index, std::string&& value) {}
inline void PassagesValue::set_passages(int index, const char* value) {}
inline void PassagesValue::set_passages(int index, const char* value, size_t size) {}
inline std::string* PassagesValue::_internal_add_passages() {}
inline void PassagesValue::add_passages(const std::string& value) {}
inline void PassagesValue::add_passages(std::string&& value) {}
inline void PassagesValue::add_passages(const char* value) {}
inline void PassagesValue::add_passages(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
PassagesValue::passages() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
PassagesValue::mutable_passages() {}

// -------------------------------------------------------------------

// EmbeddingVector

// repeated float floats = 1;
inline int EmbeddingVector::_internal_floats_size() const {}
inline int EmbeddingVector::floats_size() const {}
inline void EmbeddingVector::clear_floats() {}
inline float EmbeddingVector::_internal_floats(int index) const {}
inline float EmbeddingVector::floats(int index) const {}
inline void EmbeddingVector::set_floats(int index, float value) {}
inline void EmbeddingVector::_internal_add_floats(float value) {}
inline void EmbeddingVector::add_floats(float value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
EmbeddingVector::_internal_floats() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
EmbeddingVector::floats() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
EmbeddingVector::_internal_mutable_floats() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
EmbeddingVector::mutable_floats() {}

// uint32 passage_word_count = 2;
inline void EmbeddingVector::clear_passage_word_count() {}
inline uint32_t EmbeddingVector::_internal_passage_word_count() const {}
inline uint32_t EmbeddingVector::passage_word_count() const {}
inline void EmbeddingVector::_internal_set_passage_word_count(uint32_t value) {}
inline void EmbeddingVector::set_passage_word_count(uint32_t value) {}

// -------------------------------------------------------------------

// EmbeddingsValue

// repeated .history_embeddings.proto.EmbeddingVector vectors = 1;
inline int EmbeddingsValue::_internal_vectors_size() const {}
inline int EmbeddingsValue::vectors_size() const {}
inline void EmbeddingsValue::clear_vectors() {}
inline ::history_embeddings::proto::EmbeddingVector* EmbeddingsValue::mutable_vectors(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::history_embeddings::proto::EmbeddingVector >*
EmbeddingsValue::mutable_vectors() {}
inline const ::history_embeddings::proto::EmbeddingVector& EmbeddingsValue::_internal_vectors(int index) const {}
inline const ::history_embeddings::proto::EmbeddingVector& EmbeddingsValue::vectors(int index) const {}
inline ::history_embeddings::proto::EmbeddingVector* EmbeddingsValue::_internal_add_vectors() {}
inline ::history_embeddings::proto::EmbeddingVector* EmbeddingsValue::add_vectors() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::history_embeddings::proto::EmbeddingVector >&
EmbeddingsValue::vectors() const {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace history_embeddings

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_components_2fhistory_5fembeddings_2fproto_2fhistory_5fembeddings_2eproto