| Index: chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/app_specifics.pb.h
|
| diff --git a/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/app_specifics.pb.h b/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/app_specifics.pb.h
|
| new file mode 100755
|
| index 0000000000000000000000000000000000000000..3dfd2d1cfa8cb471811202940947e85e62b24ba9
|
| --- /dev/null
|
| +++ b/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/app_specifics.pb.h
|
| @@ -0,0 +1,160 @@
|
| +// Generated by the protocol buffer compiler. DO NOT EDIT!
|
| +// source: app_specifics.proto
|
| +
|
| +#ifndef PROTOBUF_app_5fspecifics_2eproto__INCLUDED
|
| +#define PROTOBUF_app_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"
|
| +#include "extension_specifics.pb.h"
|
| +// @@protoc_insertion_point(includes)
|
| +
|
| +namespace sync_pb {
|
| +
|
| +// Internal implementation detail -- do not call these.
|
| +void protobuf_AddDesc_app_5fspecifics_2eproto();
|
| +void protobuf_AssignDesc_app_5fspecifics_2eproto();
|
| +void protobuf_ShutdownFile_app_5fspecifics_2eproto();
|
| +
|
| +class AppSpecifics;
|
| +
|
| +// ===================================================================
|
| +
|
| +class AppSpecifics : public ::google::protobuf::MessageLite {
|
| + public:
|
| + AppSpecifics();
|
| + virtual ~AppSpecifics();
|
| +
|
| + AppSpecifics(const AppSpecifics& from);
|
| +
|
| + inline AppSpecifics& operator=(const AppSpecifics& 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 AppSpecifics& default_instance();
|
| +
|
| + void Swap(AppSpecifics* other);
|
| +
|
| + // implements Message ----------------------------------------------
|
| +
|
| + AppSpecifics* New() const;
|
| + void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
|
| + void CopyFrom(const AppSpecifics& from);
|
| + void MergeFrom(const AppSpecifics& 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 .sync_pb.ExtensionSpecifics extension = 1;
|
| + inline bool has_extension() const;
|
| + inline void clear_extension();
|
| + static const int kExtensionFieldNumber = 1;
|
| + inline const ::sync_pb::ExtensionSpecifics& extension() const;
|
| + inline ::sync_pb::ExtensionSpecifics* mutable_extension();
|
| +
|
| + // @@protoc_insertion_point(class_scope:sync_pb.AppSpecifics)
|
| + private:
|
| + ::google::protobuf::UnknownFieldSet _unknown_fields_;
|
| + mutable int _cached_size_;
|
| +
|
| + ::sync_pb::ExtensionSpecifics* extension_;
|
| + friend void protobuf_AddDesc_app_5fspecifics_2eproto();
|
| + friend void protobuf_AssignDesc_app_5fspecifics_2eproto();
|
| + friend void protobuf_ShutdownFile_app_5fspecifics_2eproto();
|
| +
|
| + ::google::protobuf::uint32 _has_bits_[(1 + 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 AppSpecifics* default_instance_;
|
| +};
|
| +// ===================================================================
|
| +
|
| +static const int kAppFieldNumber = 48364;
|
| +extern ::google::protobuf::internal::ExtensionIdentifier< ::sync_pb::EntitySpecifics,
|
| + ::google::protobuf::internal::MessageTypeTraits< ::sync_pb::AppSpecifics >, 11, false >
|
| + app;
|
| +
|
| +// ===================================================================
|
| +
|
| +// AppSpecifics
|
| +
|
| +// optional .sync_pb.ExtensionSpecifics extension = 1;
|
| +inline bool AppSpecifics::has_extension() const {
|
| + return _has_bit(0);
|
| +}
|
| +inline void AppSpecifics::clear_extension() {
|
| + if (extension_ != NULL) extension_->::sync_pb::ExtensionSpecifics::Clear();
|
| + _clear_bit(0);
|
| +}
|
| +inline const ::sync_pb::ExtensionSpecifics& AppSpecifics::extension() const {
|
| + return extension_ != NULL ? *extension_ : *default_instance_->extension_;
|
| +}
|
| +inline ::sync_pb::ExtensionSpecifics* AppSpecifics::mutable_extension() {
|
| + _set_bit(0);
|
| + if (extension_ == NULL) extension_ = new ::sync_pb::ExtensionSpecifics;
|
| + return extension_;
|
| +}
|
| +
|
| +
|
| +// @@protoc_insertion_point(namespace_scope)
|
| +
|
| +} // namespace sync_pb
|
| +
|
| +// @@protoc_insertion_point(global_scope)
|
| +
|
| +#endif // PROTOBUF_app_5fspecifics_2eproto__INCLUDED
|
|
|