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

Unified Diff: chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/test.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/test.pb.h
diff --git a/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/test.pb.h b/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/test.pb.h
new file mode 100755
index 0000000000000000000000000000000000000000..a5e0fe6ec493e9afe73a4773808f11212fdc365a
--- /dev/null
+++ b/chrome/browser/sync/protocol/Debug/obj/global_intermediate/protoc_out/chrome/browser/sync/protocol/test.pb.h
@@ -0,0 +1,284 @@
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: test.proto
+
+#ifndef PROTOBUF_test_2eproto__INCLUDED
+#define PROTOBUF_test_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>
+// @@protoc_insertion_point(includes)
+
+namespace sync_pb {
+
+// Internal implementation detail -- do not call these.
+void protobuf_AddDesc_test_2eproto();
+void protobuf_AssignDesc_test_2eproto();
+void protobuf_ShutdownFile_test_2eproto();
+
+class UnknownFieldsTestA;
+class UnknownFieldsTestB;
+
+// ===================================================================
+
+class UnknownFieldsTestA : public ::google::protobuf::MessageLite {
+ public:
+ UnknownFieldsTestA();
+ virtual ~UnknownFieldsTestA();
+
+ UnknownFieldsTestA(const UnknownFieldsTestA& from);
+
+ inline UnknownFieldsTestA& operator=(const UnknownFieldsTestA& 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 UnknownFieldsTestA& default_instance();
+
+ void Swap(UnknownFieldsTestA* other);
+
+ // implements Message ----------------------------------------------
+
+ UnknownFieldsTestA* New() const;
+ void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const UnknownFieldsTestA& from);
+ void MergeFrom(const UnknownFieldsTestA& 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 -------------------------------------------------------
+
+ // required bool foo = 1;
+ inline bool has_foo() const;
+ inline void clear_foo();
+ static const int kFooFieldNumber = 1;
+ inline bool foo() const;
+ inline void set_foo(bool value);
+
+ // @@protoc_insertion_point(class_scope:sync_pb.UnknownFieldsTestA)
+ private:
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+ mutable int _cached_size_;
+
+ bool foo_;
+ friend void protobuf_AddDesc_test_2eproto();
+ friend void protobuf_AssignDesc_test_2eproto();
+ friend void protobuf_ShutdownFile_test_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 UnknownFieldsTestA* default_instance_;
+};
+// -------------------------------------------------------------------
+
+class UnknownFieldsTestB : public ::google::protobuf::MessageLite {
+ public:
+ UnknownFieldsTestB();
+ virtual ~UnknownFieldsTestB();
+
+ UnknownFieldsTestB(const UnknownFieldsTestB& from);
+
+ inline UnknownFieldsTestB& operator=(const UnknownFieldsTestB& 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 UnknownFieldsTestB& default_instance();
+
+ void Swap(UnknownFieldsTestB* other);
+
+ // implements Message ----------------------------------------------
+
+ UnknownFieldsTestB* New() const;
+ void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
+ void CopyFrom(const UnknownFieldsTestB& from);
+ void MergeFrom(const UnknownFieldsTestB& 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 -------------------------------------------------------
+
+ // required bool foo = 1;
+ inline bool has_foo() const;
+ inline void clear_foo();
+ static const int kFooFieldNumber = 1;
+ inline bool foo() const;
+ inline void set_foo(bool value);
+
+ // required bool bar = 2;
+ inline bool has_bar() const;
+ inline void clear_bar();
+ static const int kBarFieldNumber = 2;
+ inline bool bar() const;
+ inline void set_bar(bool value);
+
+ // @@protoc_insertion_point(class_scope:sync_pb.UnknownFieldsTestB)
+ private:
+ ::google::protobuf::UnknownFieldSet _unknown_fields_;
+ mutable int _cached_size_;
+
+ bool foo_;
+ bool bar_;
+ friend void protobuf_AddDesc_test_2eproto();
+ friend void protobuf_AssignDesc_test_2eproto();
+ friend void protobuf_ShutdownFile_test_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 UnknownFieldsTestB* default_instance_;
+};
+// ===================================================================
+
+
+// ===================================================================
+
+// UnknownFieldsTestA
+
+// required bool foo = 1;
+inline bool UnknownFieldsTestA::has_foo() const {
+ return _has_bit(0);
+}
+inline void UnknownFieldsTestA::clear_foo() {
+ foo_ = false;
+ _clear_bit(0);
+}
+inline bool UnknownFieldsTestA::foo() const {
+ return foo_;
+}
+inline void UnknownFieldsTestA::set_foo(bool value) {
+ _set_bit(0);
+ foo_ = value;
+}
+
+// -------------------------------------------------------------------
+
+// UnknownFieldsTestB
+
+// required bool foo = 1;
+inline bool UnknownFieldsTestB::has_foo() const {
+ return _has_bit(0);
+}
+inline void UnknownFieldsTestB::clear_foo() {
+ foo_ = false;
+ _clear_bit(0);
+}
+inline bool UnknownFieldsTestB::foo() const {
+ return foo_;
+}
+inline void UnknownFieldsTestB::set_foo(bool value) {
+ _set_bit(0);
+ foo_ = value;
+}
+
+// required bool bar = 2;
+inline bool UnknownFieldsTestB::has_bar() const {
+ return _has_bit(1);
+}
+inline void UnknownFieldsTestB::clear_bar() {
+ bar_ = false;
+ _clear_bit(1);
+}
+inline bool UnknownFieldsTestB::bar() const {
+ return bar_;
+}
+inline void UnknownFieldsTestB::set_bar(bool value) {
+ _set_bit(1);
+ bar_ = value;
+}
+
+
+// @@protoc_insertion_point(namespace_scope)
+
+} // namespace sync_pb
+
+// @@protoc_insertion_point(global_scope)
+
+#endif // PROTOBUF_test_2eproto__INCLUDED

Powered by Google App Engine
This is Rietveld 408576698