#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>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_cookie_5fchange_5fsubscriptions_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
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_;
}
}
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 { … };
class CookieChangeSubscriptionsProto final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
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) { … }
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) { … }
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) { … }
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
}
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::content::proto::CookieMatchType> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif