| Index: chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/typed_url_specifics.pb.h
|
| diff --git a/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/typed_url_specifics.pb.h b/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/typed_url_specifics.pb.h
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..cf42be70d3c678a43ecc7e9eb1ed0ccfbdd982da
|
| --- /dev/null
|
| +++ b/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/typed_url_specifics.pb.h
|
| @@ -0,0 +1,328 @@
|
| +// Generated by the protocol buffer compiler. DO NOT EDIT!
|
| +// source: typed_url_specifics.proto
|
| +
|
| +#ifndef PROTOBUF_typed_5furl_5fspecifics_2eproto__INCLUDED
|
| +#define PROTOBUF_typed_5furl_5fspecifics_2eproto__INCLUDED
|
| +
|
| +#include <string>
|
| +
|
| +#include <google/protobuf/stubs/common.h>
|
| +
|
| +#if GOOGLE_PROTOBUF_VERSION < 2003000
|
| +#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 2003001 < GOOGLE_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/generated_message_util.h>
|
| +#include <google/protobuf/repeated_field.h>
|
| +#include <google/protobuf/extension_set.h>
|
| +#include <google/protobuf/unknown_field_set.h>
|
| +#include "sync.pb.h"
|
| +// @@protoc_insertion_point(includes)
|
| +
|
| +namespace sync_pb {
|
| +
|
| +// Internal implementation detail -- do not call these.
|
| +void protobuf_AddDesc_typed_5furl_5fspecifics_2eproto();
|
| +void protobuf_AssignDesc_typed_5furl_5fspecifics_2eproto();
|
| +void protobuf_ShutdownFile_typed_5furl_5fspecifics_2eproto();
|
| +
|
| +class TypedUrlSpecifics;
|
| +
|
| +// ===================================================================
|
| +
|
| +class TypedUrlSpecifics : public ::google::protobuf::MessageLite {
|
| + public:
|
| + TypedUrlSpecifics();
|
| + virtual ~TypedUrlSpecifics();
|
| +
|
| + TypedUrlSpecifics(const TypedUrlSpecifics& from);
|
| +
|
| + inline TypedUrlSpecifics& operator=(const TypedUrlSpecifics& from) {
|
| + CopyFrom(from);
|
| + return *this;
|
| + }
|
| +
|
| + inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
|
| + return _unknown_fields_;
|
| + }
|
| +
|
| + inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
|
| + return &_unknown_fields_;
|
| + }
|
| +
|
| + static const TypedUrlSpecifics& default_instance();
|
| +
|
| + void Swap(TypedUrlSpecifics* other);
|
| +
|
| + // implements Message ----------------------------------------------
|
| +
|
| + TypedUrlSpecifics* New() const;
|
| + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
|
| + void CopyFrom(const TypedUrlSpecifics& from);
|
| + void MergeFrom(const TypedUrlSpecifics& from);
|
| + void Clear();
|
| + bool IsInitialized() const;
|
| +
|
| + int ByteSize() const;
|
| + bool MergePartialFromCodedStream(
|
| + ::google::protobuf::io::CodedInputStream* input);
|
| + void SerializeWithCachedSizes(
|
| + ::google::protobuf::io::CodedOutputStream* output) const;
|
| + int GetCachedSize() const { return _cached_size_; }
|
| + private:
|
| + void SharedCtor();
|
| + void SharedDtor();
|
| + void SetCachedSize(int size) const;
|
| + public:
|
| +
|
| + ::std::string GetTypeName() const;
|
| +
|
| + // nested types ----------------------------------------------------
|
| +
|
| + // accessors -------------------------------------------------------
|
| +
|
| + // optional string url = 1;
|
| + inline bool has_url() const;
|
| + inline void clear_url();
|
| + static const int kUrlFieldNumber = 1;
|
| + inline const ::std::string& url() const;
|
| + inline void set_url(const ::std::string& value);
|
| + inline void set_url(const char* value);
|
| + inline void set_url(const char* value, size_t size);
|
| + inline ::std::string* mutable_url();
|
| +
|
| + // optional string title = 2;
|
| + inline bool has_title() const;
|
| + inline void clear_title();
|
| + static const int kTitleFieldNumber = 2;
|
| + inline const ::std::string& title() const;
|
| + inline void set_title(const ::std::string& value);
|
| + inline void set_title(const char* value);
|
| + inline void set_title(const char* value, size_t size);
|
| + inline ::std::string* mutable_title();
|
| +
|
| + // optional int32 typed_count = 3;
|
| + inline bool has_typed_count() const;
|
| + inline void clear_typed_count();
|
| + static const int kTypedCountFieldNumber = 3;
|
| + inline ::google::protobuf::int32 typed_count() const;
|
| + inline void set_typed_count(::google::protobuf::int32 value);
|
| +
|
| + // optional bool hidden = 4;
|
| + inline bool has_hidden() const;
|
| + inline void clear_hidden();
|
| + static const int kHiddenFieldNumber = 4;
|
| + inline bool hidden() const;
|
| + inline void set_hidden(bool value);
|
| +
|
| + // repeated int64 visit = 5;
|
| + inline int visit_size() const;
|
| + inline void clear_visit();
|
| + static const int kVisitFieldNumber = 5;
|
| + inline ::google::protobuf::int64 visit(int index) const;
|
| + inline void set_visit(int index, ::google::protobuf::int64 value);
|
| + inline void add_visit(::google::protobuf::int64 value);
|
| + inline const ::google::protobuf::RepeatedField< ::google::protobuf::int64 >&
|
| + visit() const;
|
| + inline ::google::protobuf::RepeatedField< ::google::protobuf::int64 >*
|
| + mutable_visit();
|
| +
|
| + // @@protoc_insertion_point(class_scope:sync_pb.TypedUrlSpecifics)
|
| + private:
|
| + ::google::protobuf::UnknownFieldSet _unknown_fields_;
|
| + mutable int _cached_size_;
|
| +
|
| + ::std::string* url_;
|
| + static const ::std::string _default_url_;
|
| + ::std::string* title_;
|
| + static const ::std::string _default_title_;
|
| + ::google::protobuf::int32 typed_count_;
|
| + bool hidden_;
|
| + ::google::protobuf::RepeatedField< ::google::protobuf::int64 > visit_;
|
| + friend void protobuf_AddDesc_typed_5furl_5fspecifics_2eproto();
|
| + friend void protobuf_AssignDesc_typed_5furl_5fspecifics_2eproto();
|
| + friend void protobuf_ShutdownFile_typed_5furl_5fspecifics_2eproto();
|
| +
|
| + ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32];
|
| +
|
| + // WHY DOES & HAVE LOWER PRECEDENCE THAN != !?
|
| + inline bool _has_bit(int index) const {
|
| + return (_has_bits_[index / 32] & (1u << (index % 32))) != 0;
|
| + }
|
| + inline void _set_bit(int index) {
|
| + _has_bits_[index / 32] |= (1u << (index % 32));
|
| + }
|
| + inline void _clear_bit(int index) {
|
| + _has_bits_[index / 32] &= ~(1u << (index % 32));
|
| + }
|
| +
|
| + void InitAsDefaultInstance();
|
| + static TypedUrlSpecifics* default_instance_;
|
| +};
|
| +// ===================================================================
|
| +
|
| +static const int kTypedUrlFieldNumber = 40781;
|
| +extern ::google::protobuf::internal::ExtensionIdentifier< ::sync_pb::EntitySpecifics,
|
| + ::google::protobuf::internal::MessageTypeTraits< ::sync_pb::TypedUrlSpecifics >, 11, false >
|
| + typed_url;
|
| +
|
| +// ===================================================================
|
| +
|
| +// TypedUrlSpecifics
|
| +
|
| +// optional string url = 1;
|
| +inline bool TypedUrlSpecifics::has_url() const {
|
| + return _has_bit(0);
|
| +}
|
| +inline void TypedUrlSpecifics::clear_url() {
|
| + if (url_ != &_default_url_) {
|
| + url_->clear();
|
| + }
|
| + _clear_bit(0);
|
| +}
|
| +inline const ::std::string& TypedUrlSpecifics::url() const {
|
| + return *url_;
|
| +}
|
| +inline void TypedUrlSpecifics::set_url(const ::std::string& value) {
|
| + _set_bit(0);
|
| + if (url_ == &_default_url_) {
|
| + url_ = new ::std::string;
|
| + }
|
| + url_->assign(value);
|
| +}
|
| +inline void TypedUrlSpecifics::set_url(const char* value) {
|
| + _set_bit(0);
|
| + if (url_ == &_default_url_) {
|
| + url_ = new ::std::string;
|
| + }
|
| + url_->assign(value);
|
| +}
|
| +inline void TypedUrlSpecifics::set_url(const char* value, size_t size) {
|
| + _set_bit(0);
|
| + if (url_ == &_default_url_) {
|
| + url_ = new ::std::string;
|
| + }
|
| + url_->assign(reinterpret_cast<const char*>(value), size);
|
| +}
|
| +inline ::std::string* TypedUrlSpecifics::mutable_url() {
|
| + _set_bit(0);
|
| + if (url_ == &_default_url_) {
|
| + url_ = new ::std::string;
|
| + }
|
| + return url_;
|
| +}
|
| +
|
| +// optional string title = 2;
|
| +inline bool TypedUrlSpecifics::has_title() const {
|
| + return _has_bit(1);
|
| +}
|
| +inline void TypedUrlSpecifics::clear_title() {
|
| + if (title_ != &_default_title_) {
|
| + title_->clear();
|
| + }
|
| + _clear_bit(1);
|
| +}
|
| +inline const ::std::string& TypedUrlSpecifics::title() const {
|
| + return *title_;
|
| +}
|
| +inline void TypedUrlSpecifics::set_title(const ::std::string& value) {
|
| + _set_bit(1);
|
| + if (title_ == &_default_title_) {
|
| + title_ = new ::std::string;
|
| + }
|
| + title_->assign(value);
|
| +}
|
| +inline void TypedUrlSpecifics::set_title(const char* value) {
|
| + _set_bit(1);
|
| + if (title_ == &_default_title_) {
|
| + title_ = new ::std::string;
|
| + }
|
| + title_->assign(value);
|
| +}
|
| +inline void TypedUrlSpecifics::set_title(const char* value, size_t size) {
|
| + _set_bit(1);
|
| + if (title_ == &_default_title_) {
|
| + title_ = new ::std::string;
|
| + }
|
| + title_->assign(reinterpret_cast<const char*>(value), size);
|
| +}
|
| +inline ::std::string* TypedUrlSpecifics::mutable_title() {
|
| + _set_bit(1);
|
| + if (title_ == &_default_title_) {
|
| + title_ = new ::std::string;
|
| + }
|
| + return title_;
|
| +}
|
| +
|
| +// optional int32 typed_count = 3;
|
| +inline bool TypedUrlSpecifics::has_typed_count() const {
|
| + return _has_bit(2);
|
| +}
|
| +inline void TypedUrlSpecifics::clear_typed_count() {
|
| + typed_count_ = 0;
|
| + _clear_bit(2);
|
| +}
|
| +inline ::google::protobuf::int32 TypedUrlSpecifics::typed_count() const {
|
| + return typed_count_;
|
| +}
|
| +inline void TypedUrlSpecifics::set_typed_count(::google::protobuf::int32 value) {
|
| + _set_bit(2);
|
| + typed_count_ = value;
|
| +}
|
| +
|
| +// optional bool hidden = 4;
|
| +inline bool TypedUrlSpecifics::has_hidden() const {
|
| + return _has_bit(3);
|
| +}
|
| +inline void TypedUrlSpecifics::clear_hidden() {
|
| + hidden_ = false;
|
| + _clear_bit(3);
|
| +}
|
| +inline bool TypedUrlSpecifics::hidden() const {
|
| + return hidden_;
|
| +}
|
| +inline void TypedUrlSpecifics::set_hidden(bool value) {
|
| + _set_bit(3);
|
| + hidden_ = value;
|
| +}
|
| +
|
| +// repeated int64 visit = 5;
|
| +inline int TypedUrlSpecifics::visit_size() const {
|
| + return visit_.size();
|
| +}
|
| +inline void TypedUrlSpecifics::clear_visit() {
|
| + visit_.Clear();
|
| +}
|
| +inline ::google::protobuf::int64 TypedUrlSpecifics::visit(int index) const {
|
| + return visit_.Get(index);
|
| +}
|
| +inline void TypedUrlSpecifics::set_visit(int index, ::google::protobuf::int64 value) {
|
| + visit_.Set(index, value);
|
| +}
|
| +inline void TypedUrlSpecifics::add_visit(::google::protobuf::int64 value) {
|
| + visit_.Add(value);
|
| +}
|
| +inline const ::google::protobuf::RepeatedField< ::google::protobuf::int64 >&
|
| +TypedUrlSpecifics::visit() const {
|
| + return visit_;
|
| +}
|
| +inline ::google::protobuf::RepeatedField< ::google::protobuf::int64 >*
|
| +TypedUrlSpecifics::mutable_visit() {
|
| + return &visit_;
|
| +}
|
| +
|
| +
|
| +// @@protoc_insertion_point(namespace_scope)
|
| +
|
| +} // namespace sync_pb
|
| +
|
| +// @@protoc_insertion_point(global_scope)
|
| +
|
| +#endif // PROTOBUF_typed_5furl_5fspecifics_2eproto__INCLUDED
|
|
|