Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/preference_specifics.pb.h

Issue 4124013: autofill code review. Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/preference_specifics.pb.h
diff --git a/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/preference_specifics.pb.h b/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/preference_specifics.pb.h
new file mode 100755
index 0000000000000000000000000000000000000000..ea605f7842ba293858133373b0f7ed097a1f074f
--- /dev/null
+++ b/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/preference_specifics.pb.h
@@ -0,0 +1,242 @@
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: preference_specifics.proto
+
+#ifndef PROTOBUF_preference_5fspecifics_2eproto__INCLUDED
+#define PROTOBUF_preference_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_preference_5fspecifics_2eproto();
+void protobuf_AssignDesc_preference_5fspecifics_2eproto();
+void protobuf_ShutdownFile_preference_5fspecifics_2eproto();
+
+class PreferenceSpecifics;
+
+// ===================================================================
+
+class PreferenceSpecifics : public ::google::protobuf::MessageLite {
+ public:
+ PreferenceSpecifics();
+ virtual ~PreferenceSpecifics();
+
+ PreferenceSpecifics(const PreferenceSpecifics& from);
+
+ inline PreferenceSpecifics& operator=(const PreferenceSpecifics& 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 PreferenceSpecifics& default_instance();
+
+ void Swap(PreferenceSpecifics* other);
+
+ // implements Message ----------------------------------------------
+
+ PreferenceSpecifics* New() const;
+ void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const PreferenceSpecifics& from);
+ void MergeFrom(const PreferenceSpecifics& 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 name = 1;
+ inline bool has_name() const;
+ inline void clear_name();
+ static const int kNameFieldNumber = 1;
+ inline const ::std::string& name() const;
+ inline void set_name(const ::std::string& value);
+ inline void set_name(const char* value);
+ inline void set_name(const char* value, size_t size);
+ inline ::std::string* mutable_name();
+
+ // optional string value = 2;
+ inline bool has_value() const;
+ inline void clear_value();
+ static const int kValueFieldNumber = 2;
+ inline const ::std::string& value() const;
+ inline void set_value(const ::std::string& value);
+ inline void set_value(const char* value);
+ inline void set_value(const char* value, size_t size);
+ inline ::std::string* mutable_value();
+
+ // @@protoc_insertion_point(class_scope:sync_pb.PreferenceSpecifics)
+ private:
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+ mutable int _cached_size_;
+
+ ::std::string* name_;
+ static const ::std::string _default_name_;
+ ::std::string* value_;
+ static const ::std::string _default_value_;
+ friend void protobuf_AddDesc_preference_5fspecifics_2eproto();
+ friend void protobuf_AssignDesc_preference_5fspecifics_2eproto();
+ friend void protobuf_ShutdownFile_preference_5fspecifics_2eproto();
+
+ ::google::protobuf::uint32 _has_bits_[(2 + 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 PreferenceSpecifics* default_instance_;
+};
+// ===================================================================
+
+static const int kPreferenceFieldNumber = 37702;
+extern ::google::protobuf::internal::ExtensionIdentifier< ::sync_pb::EntitySpecifics,
+ ::google::protobuf::internal::MessageTypeTraits< ::sync_pb::PreferenceSpecifics >, 11, false >
+ preference;
+
+// ===================================================================
+
+// PreferenceSpecifics
+
+// optional string name = 1;
+inline bool PreferenceSpecifics::has_name() const {
+ return _has_bit(0);
+}
+inline void PreferenceSpecifics::clear_name() {
+ if (name_ != &_default_name_) {
+ name_->clear();
+ }
+ _clear_bit(0);
+}
+inline const ::std::string& PreferenceSpecifics::name() const {
+ return *name_;
+}
+inline void PreferenceSpecifics::set_name(const ::std::string& value) {
+ _set_bit(0);
+ if (name_ == &_default_name_) {
+ name_ = new ::std::string;
+ }
+ name_->assign(value);
+}
+inline void PreferenceSpecifics::set_name(const char* value) {
+ _set_bit(0);
+ if (name_ == &_default_name_) {
+ name_ = new ::std::string;
+ }
+ name_->assign(value);
+}
+inline void PreferenceSpecifics::set_name(const char* value, size_t size) {
+ _set_bit(0);
+ if (name_ == &_default_name_) {
+ name_ = new ::std::string;
+ }
+ name_->assign(reinterpret_cast<const char*>(value), size);
+}
+inline ::std::string* PreferenceSpecifics::mutable_name() {
+ _set_bit(0);
+ if (name_ == &_default_name_) {
+ name_ = new ::std::string;
+ }
+ return name_;
+}
+
+// optional string value = 2;
+inline bool PreferenceSpecifics::has_value() const {
+ return _has_bit(1);
+}
+inline void PreferenceSpecifics::clear_value() {
+ if (value_ != &_default_value_) {
+ value_->clear();
+ }
+ _clear_bit(1);
+}
+inline const ::std::string& PreferenceSpecifics::value() const {
+ return *value_;
+}
+inline void PreferenceSpecifics::set_value(const ::std::string& value) {
+ _set_bit(1);
+ if (value_ == &_default_value_) {
+ value_ = new ::std::string;
+ }
+ value_->assign(value);
+}
+inline void PreferenceSpecifics::set_value(const char* value) {
+ _set_bit(1);
+ if (value_ == &_default_value_) {
+ value_ = new ::std::string;
+ }
+ value_->assign(value);
+}
+inline void PreferenceSpecifics::set_value(const char* value, size_t size) {
+ _set_bit(1);
+ if (value_ == &_default_value_) {
+ value_ = new ::std::string;
+ }
+ value_->assign(reinterpret_cast<const char*>(value), size);
+}
+inline ::std::string* PreferenceSpecifics::mutable_value() {
+ _set_bit(1);
+ if (value_ == &_default_value_) {
+ value_ = new ::std::string;
+ }
+ return value_;
+}
+
+
+// @@protoc_insertion_point(namespace_scope)
+
+} // namespace sync_pb
+
+// @@protoc_insertion_point(global_scope)
+
+#endif // PROTOBUF_preference_5fspecifics_2eproto__INCLUDED

Powered by Google App Engine
This is Rietveld 408576698