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

Side by Side Diff: third_party/protobuf/src/google/protobuf/any.pb.h

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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 unified diff | Download patch
OLDNEW
1 // Generated by the protocol buffer compiler. DO NOT EDIT! 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/any.proto 2 // source: google/protobuf/any.proto
3 3
4 #ifndef PROTOBUF_google_2fprotobuf_2fany_2eproto__INCLUDED 4 #ifndef PROTOBUF_google_2fprotobuf_2fany_2eproto__INCLUDED
5 #define PROTOBUF_google_2fprotobuf_2fany_2eproto__INCLUDED 5 #define PROTOBUF_google_2fprotobuf_2fany_2eproto__INCLUDED
6 6
7 #include <string> 7 #include <string>
8 8
9 #include <google/protobuf/stubs/common.h> 9 #include <google/protobuf/stubs/common.h>
10 10
11 #if GOOGLE_PROTOBUF_VERSION < 3000000 11 #if GOOGLE_PROTOBUF_VERSION < 3001000
12 #error This file was generated by a newer version of protoc which is 12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update 13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers. 14 #error your headers.
15 #endif 15 #endif
16 #if 3000000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION 16 #if 3001000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is 17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please 18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc. 19 #error regenerate this file with a newer version of protoc.
20 #endif 20 #endif
21 21
22 #include <google/protobuf/arena.h> 22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h> 23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h> 24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h> 25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h> 26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h> 27 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
28 #include <google/protobuf/extension_set.h> 28 #include <google/protobuf/extension_set.h> // IWYU pragma: export
29 #include <google/protobuf/unknown_field_set.h> 29 #include <google/protobuf/unknown_field_set.h>
30 #include <google/protobuf/any.h> 30 #include <google/protobuf/any.h>
31 // @@protoc_insertion_point(includes) 31 // @@protoc_insertion_point(includes)
32 namespace google {
33 namespace protobuf {
34 class Any;
35 class AnyDefaultTypeInternal;
36 LIBPROTOBUF_EXPORT extern AnyDefaultTypeInternal _Any_default_instance_;
37 } // namespace protobuf
38 } // namespace google
32 39
33 namespace google { 40 namespace google {
34 namespace protobuf { 41 namespace protobuf {
35 42
36 // Internal implementation detail -- do not call these. 43 // Internal implementation detail -- do not call these.
37 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fany_2eproto(); 44 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fany_2eproto();
38 void protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto(); 45 void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fany_2eproto();
39 void protobuf_ShutdownFile_google_2fprotobuf_2fany_2eproto();
40
41 class Any;
42 46
43 // =================================================================== 47 // ===================================================================
44 48
45 class LIBPROTOBUF_EXPORT Any : public ::google::protobuf::Message { 49 class LIBPROTOBUF_EXPORT Any : public ::google::protobuf::Message /* @@protoc_in sertion_point(class_definition:google.protobuf.Any) */ {
46 public: 50 public:
47 Any(); 51 Any();
48 virtual ~Any(); 52 virtual ~Any();
49 53
50 Any(const Any& from); 54 Any(const Any& from);
51 55
52 inline Any& operator=(const Any& from) { 56 inline Any& operator=(const Any& from) {
53 CopyFrom(from); 57 CopyFrom(from);
54 return *this; 58 return *this;
55 } 59 }
56 60
57 static const ::google::protobuf::Descriptor* descriptor(); 61 static const ::google::protobuf::Descriptor* descriptor();
58 static const Any& default_instance(); 62 static const Any& default_instance();
59 63
64 static inline const Any* internal_default_instance() {
65 return reinterpret_cast<const Any*>(
66 &_Any_default_instance_);
67 }
68
60 // implements Any ----------------------------------------------- 69 // implements Any -----------------------------------------------
61 70
62 void PackFrom(const ::google::protobuf::Message& message); 71 void PackFrom(const ::google::protobuf::Message& message);
63 void PackFrom(const ::google::protobuf::Message& message, 72 void PackFrom(const ::google::protobuf::Message& message,
64 const ::std::string& type_url_prefix); 73 const ::std::string& type_url_prefix);
65 bool UnpackTo(::google::protobuf::Message* message) const; 74 bool UnpackTo(::google::protobuf::Message* message) const;
66 template<typename T> bool Is() const { 75 template<typename T> bool Is() const {
67 return _any_metadata_.Is<T>(); 76 return _any_metadata_.Is<T>();
68 } 77 }
69 78
70 void Swap(Any* other); 79 void Swap(Any* other);
71 80
72 // implements Message ---------------------------------------------- 81 // implements Message ----------------------------------------------
73 82
74 inline Any* New() const { return New(NULL); } 83 inline Any* New() const PROTOBUF_FINAL { return New(NULL); }
75 84
76 Any* New(::google::protobuf::Arena* arena) const; 85 Any* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
77 void CopyFrom(const ::google::protobuf::Message& from); 86 void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
78 void MergeFrom(const ::google::protobuf::Message& from); 87 void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
79 void CopyFrom(const Any& from); 88 void CopyFrom(const Any& from);
80 void MergeFrom(const Any& from); 89 void MergeFrom(const Any& from);
81 void Clear(); 90 void Clear() PROTOBUF_FINAL;
82 bool IsInitialized() const; 91 bool IsInitialized() const PROTOBUF_FINAL;
83 92
84 int ByteSize() const; 93 size_t ByteSizeLong() const PROTOBUF_FINAL;
85 bool MergePartialFromCodedStream( 94 bool MergePartialFromCodedStream(
86 ::google::protobuf::io::CodedInputStream* input); 95 ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
87 void SerializeWithCachedSizes( 96 void SerializeWithCachedSizes(
88 ::google::protobuf::io::CodedOutputStream* output) const; 97 ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
89 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 98 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
90 int GetCachedSize() const { return _cached_size_; } 99 bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINA L;
100 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output)
101 const PROTOBUF_FINAL {
102 return InternalSerializeWithCachedSizesToArray(false, output);
103 }
104 int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
91 private: 105 private:
92 void SharedCtor(); 106 void SharedCtor();
93 void SharedDtor(); 107 void SharedDtor();
94 void SetCachedSize(int size) const; 108 void SetCachedSize(int size) const PROTOBUF_FINAL;
95 void InternalSwap(Any* other); 109 void InternalSwap(Any* other);
96 private: 110 private:
97 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 111 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
98 return _internal_metadata_.arena(); 112 return NULL;
99 } 113 }
100 inline void* MaybeArenaPtr() const { 114 inline void* MaybeArenaPtr() const {
101 return _internal_metadata_.raw_arena_ptr(); 115 return NULL;
102 } 116 }
103 public: 117 public:
104 118
105 ::google::protobuf::Metadata GetMetadata() const; 119 ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
106 120
107 // nested types ---------------------------------------------------- 121 // nested types ----------------------------------------------------
108 122
109 // accessors ------------------------------------------------------- 123 // accessors -------------------------------------------------------
110 124
111 // optional string type_url = 1; 125 // string type_url = 1;
112 void clear_type_url(); 126 void clear_type_url();
113 static const int kTypeUrlFieldNumber = 1; 127 static const int kTypeUrlFieldNumber = 1;
114 const ::std::string& type_url() const; 128 const ::std::string& type_url() const;
115 void set_type_url(const ::std::string& value); 129 void set_type_url(const ::std::string& value);
116 void set_type_url(const char* value); 130 void set_type_url(const char* value);
117 void set_type_url(const char* value, size_t size); 131 void set_type_url(const char* value, size_t size);
118 ::std::string* mutable_type_url(); 132 ::std::string* mutable_type_url();
119 ::std::string* release_type_url(); 133 ::std::string* release_type_url();
120 void set_allocated_type_url(::std::string* type_url); 134 void set_allocated_type_url(::std::string* type_url);
121 135
122 // optional bytes value = 2; 136 // bytes value = 2;
123 void clear_value(); 137 void clear_value();
124 static const int kValueFieldNumber = 2; 138 static const int kValueFieldNumber = 2;
125 const ::std::string& value() const; 139 const ::std::string& value() const;
126 void set_value(const ::std::string& value); 140 void set_value(const ::std::string& value);
127 void set_value(const char* value); 141 void set_value(const char* value);
128 void set_value(const void* value, size_t size); 142 void set_value(const void* value, size_t size);
129 ::std::string* mutable_value(); 143 ::std::string* mutable_value();
130 ::std::string* release_value(); 144 ::std::string* release_value();
131 void set_allocated_value(::std::string* value); 145 void set_allocated_value(::std::string* value);
132 146
133 // @@protoc_insertion_point(class_scope:google.protobuf.Any) 147 // @@protoc_insertion_point(class_scope:google.protobuf.Any)
134 private: 148 private:
135 149
136 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 150 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
137 bool _is_default_instance_;
138 ::google::protobuf::internal::ArenaStringPtr type_url_; 151 ::google::protobuf::internal::ArenaStringPtr type_url_;
139 ::google::protobuf::internal::ArenaStringPtr value_; 152 ::google::protobuf::internal::ArenaStringPtr value_;
140 mutable int _cached_size_; 153 mutable int _cached_size_;
141 ::google::protobuf::internal::AnyMetadata _any_metadata_; 154 ::google::protobuf::internal::AnyMetadata _any_metadata_;
142 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fany_2eprot o(); 155 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fany_2 eproto_impl();
143 friend void protobuf_AssignDesc_google_2fprotobuf_2fany_2eproto(); 156 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fany_2eprot o_impl();
157 friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2f any_2eproto();
144 friend void protobuf_ShutdownFile_google_2fprotobuf_2fany_2eproto(); 158 friend void protobuf_ShutdownFile_google_2fprotobuf_2fany_2eproto();
145 159
146 void InitAsDefaultInstance();
147 static Any* default_instance_;
148 }; 160 };
149 // =================================================================== 161 // ===================================================================
150 162
151 163
152 // =================================================================== 164 // ===================================================================
153 165
154 #if !PROTOBUF_INLINE_NOT_IN_HEADERS 166 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
155 // Any 167 // Any
156 168
157 // optional string type_url = 1; 169 // string type_url = 1;
158 inline void Any::clear_type_url() { 170 inline void Any::clear_type_url() {
159 type_url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlr eadyInited()); 171 type_url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlr eadyInited());
160 } 172 }
161 inline const ::std::string& Any::type_url() const { 173 inline const ::std::string& Any::type_url() const {
162 // @@protoc_insertion_point(field_get:google.protobuf.Any.type_url) 174 // @@protoc_insertion_point(field_get:google.protobuf.Any.type_url)
163 return type_url_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlrea dyInited()); 175 return type_url_.GetNoArena();
164 } 176 }
165 inline void Any::set_type_url(const ::std::string& value) { 177 inline void Any::set_type_url(const ::std::string& value) {
166 178
167 type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInite d(), value); 179 type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInite d(), value);
168 // @@protoc_insertion_point(field_set:google.protobuf.Any.type_url) 180 // @@protoc_insertion_point(field_set:google.protobuf.Any.type_url)
169 } 181 }
170 inline void Any::set_type_url(const char* value) { 182 inline void Any::set_type_url(const char* value) {
171 183
172 type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInite d(), ::std::string(value)); 184 type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInite d(), ::std::string(value));
173 // @@protoc_insertion_point(field_set_char:google.protobuf.Any.type_url) 185 // @@protoc_insertion_point(field_set_char:google.protobuf.Any.type_url)
(...skipping 17 matching lines...) Expand all
191 inline void Any::set_allocated_type_url(::std::string* type_url) { 203 inline void Any::set_allocated_type_url(::std::string* type_url) {
192 if (type_url != NULL) { 204 if (type_url != NULL) {
193 205
194 } else { 206 } else {
195 207
196 } 208 }
197 type_url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlr eadyInited(), type_url); 209 type_url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlr eadyInited(), type_url);
198 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Any.type_url) 210 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Any.type_url)
199 } 211 }
200 212
201 // optional bytes value = 2; 213 // bytes value = 2;
202 inline void Any::clear_value() { 214 inline void Any::clear_value() {
203 value_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlread yInited()); 215 value_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlread yInited());
204 } 216 }
205 inline const ::std::string& Any::value() const { 217 inline const ::std::string& Any::value() const {
206 // @@protoc_insertion_point(field_get:google.protobuf.Any.value) 218 // @@protoc_insertion_point(field_get:google.protobuf.Any.value)
207 return value_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyI nited()); 219 return value_.GetNoArena();
208 } 220 }
209 inline void Any::set_value(const ::std::string& value) { 221 inline void Any::set_value(const ::std::string& value) {
210 222
211 value_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited() , value); 223 value_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited() , value);
212 // @@protoc_insertion_point(field_set:google.protobuf.Any.value) 224 // @@protoc_insertion_point(field_set:google.protobuf.Any.value)
213 } 225 }
214 inline void Any::set_value(const char* value) { 226 inline void Any::set_value(const char* value) {
215 227
216 value_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited() , ::std::string(value)); 228 value_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited() , ::std::string(value));
217 // @@protoc_insertion_point(field_set_char:google.protobuf.Any.value) 229 // @@protoc_insertion_point(field_set_char:google.protobuf.Any.value)
(...skipping 21 matching lines...) Expand all
239 251
240 } 252 }
241 value_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlread yInited(), value); 253 value_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlread yInited(), value);
242 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Any.value) 254 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Any.value)
243 } 255 }
244 256
245 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS 257 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
246 258
247 // @@protoc_insertion_point(namespace_scope) 259 // @@protoc_insertion_point(namespace_scope)
248 260
261
249 } // namespace protobuf 262 } // namespace protobuf
250 } // namespace google 263 } // namespace google
251 264
252 // @@protoc_insertion_point(global_scope) 265 // @@protoc_insertion_point(global_scope)
253 266
254 #endif // PROTOBUF_google_2fprotobuf_2fany_2eproto__INCLUDED 267 #endif // PROTOBUF_google_2fprotobuf_2fany_2eproto__INCLUDED
OLDNEW
« no previous file with comments | « third_party/protobuf/src/google/protobuf/any.proto ('k') | third_party/protobuf/src/google/protobuf/any.pb.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698