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

Side by Side Diff: third_party/protobuf/src/google/protobuf/duration.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/duration.proto 2 // source: google/protobuf/duration.proto
3 3
4 #ifndef PROTOBUF_google_2fprotobuf_2fduration_2eproto__INCLUDED 4 #ifndef PROTOBUF_google_2fprotobuf_2fduration_2eproto__INCLUDED
5 #define PROTOBUF_google_2fprotobuf_2fduration_2eproto__INCLUDED 5 #define PROTOBUF_google_2fprotobuf_2fduration_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 // @@protoc_insertion_point(includes) 30 // @@protoc_insertion_point(includes)
31 namespace google {
32 namespace protobuf {
33 class Duration;
34 class DurationDefaultTypeInternal;
35 LIBPROTOBUF_EXPORT extern DurationDefaultTypeInternal _Duration_default_instance _;
36 } // namespace protobuf
37 } // namespace google
31 38
32 namespace google { 39 namespace google {
33 namespace protobuf { 40 namespace protobuf {
34 41
35 // Internal implementation detail -- do not call these. 42 // Internal implementation detail -- do not call these.
36 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto(); 43 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto();
37 void protobuf_AssignDesc_google_2fprotobuf_2fduration_2eproto(); 44 void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fduration_2epro to();
38 void protobuf_ShutdownFile_google_2fprotobuf_2fduration_2eproto();
39
40 class Duration;
41 45
42 // =================================================================== 46 // ===================================================================
43 47
44 class LIBPROTOBUF_EXPORT Duration : public ::google::protobuf::Message { 48 class LIBPROTOBUF_EXPORT Duration : public ::google::protobuf::Message /* @@prot oc_insertion_point(class_definition:google.protobuf.Duration) */ {
45 public: 49 public:
46 Duration(); 50 Duration();
47 virtual ~Duration(); 51 virtual ~Duration();
48 52
49 Duration(const Duration& from); 53 Duration(const Duration& from);
50 54
51 inline Duration& operator=(const Duration& from) { 55 inline Duration& operator=(const Duration& from) {
52 CopyFrom(from); 56 CopyFrom(from);
53 return *this; 57 return *this;
54 } 58 }
55 59
60 inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL {
61 return GetArenaNoVirtual();
62 }
63 inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL {
64 return MaybeArenaPtr();
65 }
56 static const ::google::protobuf::Descriptor* descriptor(); 66 static const ::google::protobuf::Descriptor* descriptor();
57 static const Duration& default_instance(); 67 static const Duration& default_instance();
58 68
69 static inline const Duration* internal_default_instance() {
70 return reinterpret_cast<const Duration*>(
71 &_Duration_default_instance_);
72 }
73
74 void UnsafeArenaSwap(Duration* other);
59 void Swap(Duration* other); 75 void Swap(Duration* other);
60 76
61 // implements Message ---------------------------------------------- 77 // implements Message ----------------------------------------------
62 78
63 inline Duration* New() const { return New(NULL); } 79 inline Duration* New() const PROTOBUF_FINAL { return New(NULL); }
64 80
65 Duration* New(::google::protobuf::Arena* arena) const; 81 Duration* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
66 void CopyFrom(const ::google::protobuf::Message& from); 82 void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
67 void MergeFrom(const ::google::protobuf::Message& from); 83 void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
68 void CopyFrom(const Duration& from); 84 void CopyFrom(const Duration& from);
69 void MergeFrom(const Duration& from); 85 void MergeFrom(const Duration& from);
70 void Clear(); 86 void Clear() PROTOBUF_FINAL;
71 bool IsInitialized() const; 87 bool IsInitialized() const PROTOBUF_FINAL;
72 88
73 int ByteSize() const; 89 size_t ByteSizeLong() const PROTOBUF_FINAL;
74 bool MergePartialFromCodedStream( 90 bool MergePartialFromCodedStream(
75 ::google::protobuf::io::CodedInputStream* input); 91 ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
76 void SerializeWithCachedSizes( 92 void SerializeWithCachedSizes(
77 ::google::protobuf::io::CodedOutputStream* output) const; 93 ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
78 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 94 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
79 int GetCachedSize() const { return _cached_size_; } 95 bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINA L;
96 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output)
97 const PROTOBUF_FINAL {
98 return InternalSerializeWithCachedSizesToArray(false, output);
99 }
100 int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
80 private: 101 private:
81 void SharedCtor(); 102 void SharedCtor();
82 void SharedDtor(); 103 void SharedDtor();
83 void SetCachedSize(int size) const; 104 void SetCachedSize(int size) const PROTOBUF_FINAL;
84 void InternalSwap(Duration* other); 105 void InternalSwap(Duration* other);
106 protected:
107 explicit Duration(::google::protobuf::Arena* arena);
108 private:
109 static void ArenaDtor(void* object);
110 inline void RegisterArenaDtor(::google::protobuf::Arena* arena);
85 private: 111 private:
86 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 112 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
87 return _internal_metadata_.arena(); 113 return _internal_metadata_.arena();
88 } 114 }
89 inline void* MaybeArenaPtr() const { 115 inline void* MaybeArenaPtr() const {
90 return _internal_metadata_.raw_arena_ptr(); 116 return _internal_metadata_.raw_arena_ptr();
91 } 117 }
92 public: 118 public:
93 119
94 ::google::protobuf::Metadata GetMetadata() const; 120 ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
95 121
96 // nested types ---------------------------------------------------- 122 // nested types ----------------------------------------------------
97 123
98 // accessors ------------------------------------------------------- 124 // accessors -------------------------------------------------------
99 125
100 // optional int64 seconds = 1; 126 // int64 seconds = 1;
101 void clear_seconds(); 127 void clear_seconds();
102 static const int kSecondsFieldNumber = 1; 128 static const int kSecondsFieldNumber = 1;
103 ::google::protobuf::int64 seconds() const; 129 ::google::protobuf::int64 seconds() const;
104 void set_seconds(::google::protobuf::int64 value); 130 void set_seconds(::google::protobuf::int64 value);
105 131
106 // optional int32 nanos = 2; 132 // int32 nanos = 2;
107 void clear_nanos(); 133 void clear_nanos();
108 static const int kNanosFieldNumber = 2; 134 static const int kNanosFieldNumber = 2;
109 ::google::protobuf::int32 nanos() const; 135 ::google::protobuf::int32 nanos() const;
110 void set_nanos(::google::protobuf::int32 value); 136 void set_nanos(::google::protobuf::int32 value);
111 137
112 // @@protoc_insertion_point(class_scope:google.protobuf.Duration) 138 // @@protoc_insertion_point(class_scope:google.protobuf.Duration)
113 private: 139 private:
114 140
115 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 141 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
116 bool _is_default_instance_; 142 friend class ::google::protobuf::Arena;
143 typedef void InternalArenaConstructable_;
144 typedef void DestructorSkippable_;
117 ::google::protobuf::int64 seconds_; 145 ::google::protobuf::int64 seconds_;
118 ::google::protobuf::int32 nanos_; 146 ::google::protobuf::int32 nanos_;
119 mutable int _cached_size_; 147 mutable int _cached_size_;
120 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fduration_2 eproto(); 148 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdurat ion_2eproto_impl();
121 friend void protobuf_AssignDesc_google_2fprotobuf_2fduration_2eproto(); 149 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fduration_2 eproto_impl();
150 friend const ::google::protobuf::uint32* protobuf_Offsets_google_2fprotobuf_2f duration_2eproto();
122 friend void protobuf_ShutdownFile_google_2fprotobuf_2fduration_2eproto(); 151 friend void protobuf_ShutdownFile_google_2fprotobuf_2fduration_2eproto();
123 152
124 void InitAsDefaultInstance();
125 static Duration* default_instance_;
126 }; 153 };
127 // =================================================================== 154 // ===================================================================
128 155
129 156
130 // =================================================================== 157 // ===================================================================
131 158
132 #if !PROTOBUF_INLINE_NOT_IN_HEADERS 159 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
133 // Duration 160 // Duration
134 161
135 // optional int64 seconds = 1; 162 // int64 seconds = 1;
136 inline void Duration::clear_seconds() { 163 inline void Duration::clear_seconds() {
137 seconds_ = GOOGLE_LONGLONG(0); 164 seconds_ = GOOGLE_LONGLONG(0);
138 } 165 }
139 inline ::google::protobuf::int64 Duration::seconds() const { 166 inline ::google::protobuf::int64 Duration::seconds() const {
140 // @@protoc_insertion_point(field_get:google.protobuf.Duration.seconds) 167 // @@protoc_insertion_point(field_get:google.protobuf.Duration.seconds)
141 return seconds_; 168 return seconds_;
142 } 169 }
143 inline void Duration::set_seconds(::google::protobuf::int64 value) { 170 inline void Duration::set_seconds(::google::protobuf::int64 value) {
144 171
145 seconds_ = value; 172 seconds_ = value;
146 // @@protoc_insertion_point(field_set:google.protobuf.Duration.seconds) 173 // @@protoc_insertion_point(field_set:google.protobuf.Duration.seconds)
147 } 174 }
148 175
149 // optional int32 nanos = 2; 176 // int32 nanos = 2;
150 inline void Duration::clear_nanos() { 177 inline void Duration::clear_nanos() {
151 nanos_ = 0; 178 nanos_ = 0;
152 } 179 }
153 inline ::google::protobuf::int32 Duration::nanos() const { 180 inline ::google::protobuf::int32 Duration::nanos() const {
154 // @@protoc_insertion_point(field_get:google.protobuf.Duration.nanos) 181 // @@protoc_insertion_point(field_get:google.protobuf.Duration.nanos)
155 return nanos_; 182 return nanos_;
156 } 183 }
157 inline void Duration::set_nanos(::google::protobuf::int32 value) { 184 inline void Duration::set_nanos(::google::protobuf::int32 value) {
158 185
159 nanos_ = value; 186 nanos_ = value;
160 // @@protoc_insertion_point(field_set:google.protobuf.Duration.nanos) 187 // @@protoc_insertion_point(field_set:google.protobuf.Duration.nanos)
161 } 188 }
162 189
163 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS 190 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
164 191
165 // @@protoc_insertion_point(namespace_scope) 192 // @@protoc_insertion_point(namespace_scope)
166 193
194
167 } // namespace protobuf 195 } // namespace protobuf
168 } // namespace google 196 } // namespace google
169 197
170 // @@protoc_insertion_point(global_scope) 198 // @@protoc_insertion_point(global_scope)
171 199
172 #endif // PROTOBUF_google_2fprotobuf_2fduration_2eproto__INCLUDED 200 #endif // PROTOBUF_google_2fprotobuf_2fduration_2eproto__INCLUDED
OLDNEW
« no previous file with comments | « third_party/protobuf/src/google/protobuf/duration.proto ('k') | third_party/protobuf/src/google/protobuf/duration.pb.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698