chromium/out/Default/gen/content/browser/cookie_store/cookie_change_subscriptions.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_cookie_5fchange_5fsubscriptions_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_cookie_5fchange_5fsubscriptions_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
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_cookie_5fchange_5fsubscriptions_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_cookie_5fchange_5fsubscriptions_2eproto {};
namespace content {
namespace proto {
class CookieChangeSubscriptionProto;
struct CookieChangeSubscriptionProtoDefaultTypeInternal;
extern CookieChangeSubscriptionProtoDefaultTypeInternal _CookieChangeSubscriptionProto_default_instance_;
class CookieChangeSubscriptionsProto;
struct CookieChangeSubscriptionsProtoDefaultTypeInternal;
extern CookieChangeSubscriptionsProtoDefaultTypeInternal _CookieChangeSubscriptionsProto_default_instance_;
}  // namespace proto
}  // namespace content
PROTOBUF_NAMESPACE_OPEN
template<> ::content::proto::CookieChangeSubscriptionProto* Arena::CreateMaybeMessage<::content::proto::CookieChangeSubscriptionProto>(Arena*);
template<> ::content::proto::CookieChangeSubscriptionsProto* Arena::CreateMaybeMessage<::content::proto::CookieChangeSubscriptionsProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace content {
namespace proto {

enum CookieMatchType : int {};
bool CookieMatchType_IsValid(int value);
constexpr CookieMatchType CookieMatchType_MIN =;
constexpr CookieMatchType CookieMatchType_MAX =;
constexpr int CookieMatchType_ARRAYSIZE =;

const std::string& CookieMatchType_Name(CookieMatchType value);
template<typename T>
inline const std::string& CookieMatchType_Name(T enum_t_value) {}
bool CookieMatchType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CookieMatchType* value);
// ===================================================================

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

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


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

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

// string url = 1;
inline void CookieChangeSubscriptionProto::clear_url() {}
inline const std::string& CookieChangeSubscriptionProto::url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void CookieChangeSubscriptionProto::set_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* CookieChangeSubscriptionProto::mutable_url() {}
inline const std::string& CookieChangeSubscriptionProto::_internal_url() const {}
inline void CookieChangeSubscriptionProto::_internal_set_url(const std::string& value) {}
inline std::string* CookieChangeSubscriptionProto::_internal_mutable_url() {}
inline std::string* CookieChangeSubscriptionProto::release_url() {}
inline void CookieChangeSubscriptionProto::set_allocated_url(std::string* url) {}

// string name = 2;
inline void CookieChangeSubscriptionProto::clear_name() {}
inline const std::string& CookieChangeSubscriptionProto::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void CookieChangeSubscriptionProto::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* CookieChangeSubscriptionProto::mutable_name() {}
inline const std::string& CookieChangeSubscriptionProto::_internal_name() const {}
inline void CookieChangeSubscriptionProto::_internal_set_name(const std::string& value) {}
inline std::string* CookieChangeSubscriptionProto::_internal_mutable_name() {}
inline std::string* CookieChangeSubscriptionProto::release_name() {}
inline void CookieChangeSubscriptionProto::set_allocated_name(std::string* name) {}

// .content.proto.CookieMatchType match_type = 3;
inline void CookieChangeSubscriptionProto::clear_match_type() {}
inline ::content::proto::CookieMatchType CookieChangeSubscriptionProto::_internal_match_type() const {}
inline ::content::proto::CookieMatchType CookieChangeSubscriptionProto::match_type() const {}
inline void CookieChangeSubscriptionProto::_internal_set_match_type(::content::proto::CookieMatchType value) {}
inline void CookieChangeSubscriptionProto::set_match_type(::content::proto::CookieMatchType value) {}

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

// CookieChangeSubscriptionsProto

// repeated .content.proto.CookieChangeSubscriptionProto subscriptions = 1;
inline int CookieChangeSubscriptionsProto::_internal_subscriptions_size() const {}
inline int CookieChangeSubscriptionsProto::subscriptions_size() const {}
inline void CookieChangeSubscriptionsProto::clear_subscriptions() {}
inline ::content::proto::CookieChangeSubscriptionProto* CookieChangeSubscriptionsProto::mutable_subscriptions(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::content::proto::CookieChangeSubscriptionProto >*
CookieChangeSubscriptionsProto::mutable_subscriptions() {}
inline const ::content::proto::CookieChangeSubscriptionProto& CookieChangeSubscriptionsProto::_internal_subscriptions(int index) const {}
inline const ::content::proto::CookieChangeSubscriptionProto& CookieChangeSubscriptionsProto::subscriptions(int index) const {}
inline ::content::proto::CookieChangeSubscriptionProto* CookieChangeSubscriptionsProto::_internal_add_subscriptions() {}
inline ::content::proto::CookieChangeSubscriptionProto* CookieChangeSubscriptionsProto::add_subscriptions() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::content::proto::CookieChangeSubscriptionProto >&
CookieChangeSubscriptionsProto::subscriptions() const {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace content

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::content::proto::CookieMatchType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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