1 // Generated by the protocol buffer compiler.  DO NOT EDIT!
2 // source: frameworks/base/tools/aapt2/ResourcesInternal.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_frameworks_2fbase_2ftools_2faapt2_2fResourcesInternal_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_frameworks_2fbase_2ftools_2faapt2_2fResourcesInternal_2eproto
6 
7 #include <cstdint>
8 #include <limits>
9 #include <string>
10 
11 #include <google/protobuf/port_def.inc>
12 #if PROTOBUF_VERSION < 3021000
13 #error This file was generated by a newer version of protoc which is
14 #error incompatible with your Protocol Buffer headers. Please update
15 #error your headers.
16 #endif
17 #if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
18 #error This file was generated by an older version of protoc which is
19 #error incompatible with your Protocol Buffer headers. Please
20 #error regenerate this file with a newer version of protoc.
21 #endif
22 
23 #include <google/protobuf/port_undef.inc>
24 #include <google/protobuf/io/coded_stream.h>
25 #include <google/protobuf/arena.h>
26 #include <google/protobuf/arenastring.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h>  // IWYU pragma: export
32 #include <google/protobuf/extension_set.h>  // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
34 #include "frameworks/base/tools/aapt2/Configuration.pb.h"
35 #include "frameworks/base/tools/aapt2/Resources.pb.h"
36 // @@protoc_insertion_point(includes)
37 #include <google/protobuf/port_def.inc>
38 #define PROTOBUF_INTERNAL_EXPORT_frameworks_2fbase_2ftools_2faapt2_2fResourcesInternal_2eproto
39 PROTOBUF_NAMESPACE_OPEN
40 namespace internal {
41 class AnyMetadata;
42 }  // namespace internal
43 PROTOBUF_NAMESPACE_CLOSE
44 
45 // Internal implementation detail -- do not use these members.
46 struct TableStruct_frameworks_2fbase_2ftools_2faapt2_2fResourcesInternal_2eproto {
47   static const ::uint32_t offsets[];
48 };
49 extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_frameworks_2fbase_2ftools_2faapt2_2fResourcesInternal_2eproto;
50 namespace aapt {
51 namespace pb {
52 namespace internal {
53 class CompiledFile;
54 struct CompiledFileDefaultTypeInternal;
55 extern CompiledFileDefaultTypeInternal _CompiledFile_default_instance_;
56 class CompiledFile_Symbol;
57 struct CompiledFile_SymbolDefaultTypeInternal;
58 extern CompiledFile_SymbolDefaultTypeInternal _CompiledFile_Symbol_default_instance_;
59 }  // namespace internal
60 }  // namespace pb
61 }  // namespace aapt
62 PROTOBUF_NAMESPACE_OPEN
63 template<> ::aapt::pb::internal::CompiledFile* Arena::CreateMaybeMessage<::aapt::pb::internal::CompiledFile>(Arena*);
64 template<> ::aapt::pb::internal::CompiledFile_Symbol* Arena::CreateMaybeMessage<::aapt::pb::internal::CompiledFile_Symbol>(Arena*);
65 PROTOBUF_NAMESPACE_CLOSE
66 namespace aapt {
67 namespace pb {
68 namespace internal {
69 
70 // ===================================================================
71 
72 class CompiledFile_Symbol final :
73     public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:aapt.pb.internal.CompiledFile.Symbol) */ {
74  public:
CompiledFile_Symbol()75   inline CompiledFile_Symbol() : CompiledFile_Symbol(nullptr) {}
76   ~CompiledFile_Symbol() override;
77   explicit PROTOBUF_CONSTEXPR CompiledFile_Symbol(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
78 
79   CompiledFile_Symbol(const CompiledFile_Symbol& from);
CompiledFile_Symbol(CompiledFile_Symbol && from)80   CompiledFile_Symbol(CompiledFile_Symbol&& from) noexcept
81     : CompiledFile_Symbol() {
82     *this = ::std::move(from);
83   }
84 
85   inline CompiledFile_Symbol& operator=(const CompiledFile_Symbol& from) {
86     if (this == &from) return *this;
87     CopyFrom(from);
88     return *this;
89   }
90   inline CompiledFile_Symbol& operator=(CompiledFile_Symbol&& from) noexcept {
91     if (this == &from) return *this;
92     if (GetOwningArena() == from.GetOwningArena()
93   #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
94         && GetOwningArena() != nullptr
95   #endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
96     ) {
97       InternalSwap(&from);
98     } else {
99       CopyFrom(from);
100     }
101     return *this;
102   }
103 
descriptor()104   static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
105     return GetDescriptor();
106   }
GetDescriptor()107   static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
108     return default_instance().GetMetadata().descriptor;
109   }
GetReflection()110   static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
111     return default_instance().GetMetadata().reflection;
112   }
default_instance()113   static const CompiledFile_Symbol& default_instance() {
114     return *internal_default_instance();
115   }
internal_default_instance()116   static inline const CompiledFile_Symbol* internal_default_instance() {
117     return reinterpret_cast<const CompiledFile_Symbol*>(
118                &_CompiledFile_Symbol_default_instance_);
119   }
120   static constexpr int kIndexInFileMessages =
121     0;
122 
swap(CompiledFile_Symbol & a,CompiledFile_Symbol & b)123   friend void swap(CompiledFile_Symbol& a, CompiledFile_Symbol& b) {
124     a.Swap(&b);
125   }
Swap(CompiledFile_Symbol * other)126   inline void Swap(CompiledFile_Symbol* other) {
127     if (other == this) return;
128   #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
129     if (GetOwningArena() != nullptr &&
130         GetOwningArena() == other->GetOwningArena()) {
131    #else  // PROTOBUF_FORCE_COPY_IN_SWAP
132     if (GetOwningArena() == other->GetOwningArena()) {
133   #endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
134       InternalSwap(other);
135     } else {
136       ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
137     }
138   }
139   void UnsafeArenaSwap(CompiledFile_Symbol* other) {
140     if (other == this) return;
141     GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
142     InternalSwap(other);
143   }
144 
145   // implements Message ----------------------------------------------
146 
147   CompiledFile_Symbol* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
148     return CreateMaybeMessage<CompiledFile_Symbol>(arena);
149   }
150   CompiledFile_Symbol* New() const {
151     return New(nullptr);
152   }
153   using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
154   void CopyFrom(const CompiledFile_Symbol& from);
155   using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
156   void MergeFrom( const CompiledFile_Symbol& from) {
157     CompiledFile_Symbol::MergeImpl(*this, from);
158   }
159   private:
160   static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
161   public:
162   PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
163   bool IsInitialized() const final;
164 
165   size_t ByteSizeLong() const final;
166   const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
167   ::uint8_t* _InternalSerialize(
168       ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
169   int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
170 
171   private:
172   void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
173   void SharedDtor();
174   void SetCachedSize(int size) const final;
175   void InternalSwap(CompiledFile_Symbol* other);
176 
177   private:
178   friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
179   static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
180     return "aapt.pb.internal.CompiledFile.Symbol";
181   }
182   protected:
183   explicit CompiledFile_Symbol(::PROTOBUF_NAMESPACE_ID::Arena* arena,
184                        bool is_message_owned = false);
185   public:
186 
187   static const ClassData _class_data_;
188   const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
189 
190   ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
191 
192   // nested types ----------------------------------------------------
193 
194   // accessors -------------------------------------------------------
195 
196   enum : int {
197     kResourceNameFieldNumber = 1,
198     kSourceFieldNumber = 2,
199   };
200   // string resource_name = 1;
201   void clear_resource_name();
202   const std::string& resource_name() const;
203   template <typename ArgT0 = const std::string&, typename... ArgT>
204   void set_resource_name(ArgT0&& arg0, ArgT... args);
205   std::string* mutable_resource_name();
206   PROTOBUF_NODISCARD std::string* release_resource_name();
207   void set_allocated_resource_name(std::string* resource_name);
208   private:
209   const std::string& _internal_resource_name() const;
210   inline PROTOBUF_ALWAYS_INLINE void _internal_set_resource_name(const std::string& value);
211   std::string* _internal_mutable_resource_name();
212   public:
213 
214   // .aapt.pb.SourcePosition source = 2;
215   bool has_source() const;
216   private:
217   bool _internal_has_source() const;
218   public:
219   void clear_source();
220   const ::aapt::pb::SourcePosition& source() const;
221   PROTOBUF_NODISCARD ::aapt::pb::SourcePosition* release_source();
222   ::aapt::pb::SourcePosition* mutable_source();
223   void set_allocated_source(::aapt::pb::SourcePosition* source);
224   private:
225   const ::aapt::pb::SourcePosition& _internal_source() const;
226   ::aapt::pb::SourcePosition* _internal_mutable_source();
227   public:
228   void unsafe_arena_set_allocated_source(
229       ::aapt::pb::SourcePosition* source);
230   ::aapt::pb::SourcePosition* unsafe_arena_release_source();
231 
232   // @@protoc_insertion_point(class_scope:aapt.pb.internal.CompiledFile.Symbol)
233  private:
234   class _Internal;
235 
236   template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
237   typedef void InternalArenaConstructable_;
238   typedef void DestructorSkippable_;
239   struct Impl_ {
240     ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr resource_name_;
241     ::aapt::pb::SourcePosition* source_;
242     mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
243   };
244   union { Impl_ _impl_; };
245   friend struct ::TableStruct_frameworks_2fbase_2ftools_2faapt2_2fResourcesInternal_2eproto;
246 };
247 // -------------------------------------------------------------------
248 
249 class CompiledFile final :
250     public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:aapt.pb.internal.CompiledFile) */ {
251  public:
CompiledFile()252   inline CompiledFile() : CompiledFile(nullptr) {}
253   ~CompiledFile() override;
254   explicit PROTOBUF_CONSTEXPR CompiledFile(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
255 
256   CompiledFile(const CompiledFile& from);
CompiledFile(CompiledFile && from)257   CompiledFile(CompiledFile&& from) noexcept
258     : CompiledFile() {
259     *this = ::std::move(from);
260   }
261 
262   inline CompiledFile& operator=(const CompiledFile& from) {
263     if (this == &from) return *this;
264     CopyFrom(from);
265     return *this;
266   }
267   inline CompiledFile& operator=(CompiledFile&& from) noexcept {
268     if (this == &from) return *this;
269     if (GetOwningArena() == from.GetOwningArena()
270   #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
271         && GetOwningArena() != nullptr
272   #endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
273     ) {
274       InternalSwap(&from);
275     } else {
276       CopyFrom(from);
277     }
278     return *this;
279   }
280 
descriptor()281   static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
282     return GetDescriptor();
283   }
GetDescriptor()284   static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
285     return default_instance().GetMetadata().descriptor;
286   }
GetReflection()287   static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
288     return default_instance().GetMetadata().reflection;
289   }
default_instance()290   static const CompiledFile& default_instance() {
291     return *internal_default_instance();
292   }
internal_default_instance()293   static inline const CompiledFile* internal_default_instance() {
294     return reinterpret_cast<const CompiledFile*>(
295                &_CompiledFile_default_instance_);
296   }
297   static constexpr int kIndexInFileMessages =
298     1;
299 
swap(CompiledFile & a,CompiledFile & b)300   friend void swap(CompiledFile& a, CompiledFile& b) {
301     a.Swap(&b);
302   }
Swap(CompiledFile * other)303   inline void Swap(CompiledFile* other) {
304     if (other == this) return;
305   #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
306     if (GetOwningArena() != nullptr &&
307         GetOwningArena() == other->GetOwningArena()) {
308    #else  // PROTOBUF_FORCE_COPY_IN_SWAP
309     if (GetOwningArena() == other->GetOwningArena()) {
310   #endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
311       InternalSwap(other);
312     } else {
313       ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
314     }
315   }
316   void UnsafeArenaSwap(CompiledFile* other) {
317     if (other == this) return;
318     GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
319     InternalSwap(other);
320   }
321 
322   // implements Message ----------------------------------------------
323 
324   CompiledFile* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
325     return CreateMaybeMessage<CompiledFile>(arena);
326   }
327   CompiledFile* New() const {
328     return New(nullptr);
329   }
330   using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
331   void CopyFrom(const CompiledFile& from);
332   using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
333   void MergeFrom( const CompiledFile& from) {
334     CompiledFile::MergeImpl(*this, from);
335   }
336   private:
337   static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
338   public:
339   PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
340   bool IsInitialized() const final;
341 
342   size_t ByteSizeLong() const final;
343   const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
344   ::uint8_t* _InternalSerialize(
345       ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
346   int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
347 
348   private:
349   void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
350   void SharedDtor();
351   void SetCachedSize(int size) const final;
352   void InternalSwap(CompiledFile* other);
353 
354   private:
355   friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
356   static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
357     return "aapt.pb.internal.CompiledFile";
358   }
359   protected:
360   explicit CompiledFile(::PROTOBUF_NAMESPACE_ID::Arena* arena,
361                        bool is_message_owned = false);
362   public:
363 
364   static const ClassData _class_data_;
365   const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
366 
367   ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
368 
369   // nested types ----------------------------------------------------
370 
371   typedef CompiledFile_Symbol Symbol;
372 
373   // accessors -------------------------------------------------------
374 
375   enum : int {
376     kExportedSymbolFieldNumber = 5,
377     kResourceNameFieldNumber = 1,
378     kSourcePathFieldNumber = 4,
379     kFlagNameFieldNumber = 8,
380     kConfigFieldNumber = 2,
381     kTypeFieldNumber = 3,
382     kFlagStatusFieldNumber = 6,
383     kFlagNegatedFieldNumber = 7,
384   };
385   // repeated .aapt.pb.internal.CompiledFile.Symbol exported_symbol = 5;
386   int exported_symbol_size() const;
387   private:
388   int _internal_exported_symbol_size() const;
389   public:
390   void clear_exported_symbol();
391   ::aapt::pb::internal::CompiledFile_Symbol* mutable_exported_symbol(int index);
392   ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::aapt::pb::internal::CompiledFile_Symbol >*
393       mutable_exported_symbol();
394   private:
395   const ::aapt::pb::internal::CompiledFile_Symbol& _internal_exported_symbol(int index) const;
396   ::aapt::pb::internal::CompiledFile_Symbol* _internal_add_exported_symbol();
397   public:
398   const ::aapt::pb::internal::CompiledFile_Symbol& exported_symbol(int index) const;
399   ::aapt::pb::internal::CompiledFile_Symbol* add_exported_symbol();
400   const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::aapt::pb::internal::CompiledFile_Symbol >&
401       exported_symbol() const;
402 
403   // string resource_name = 1;
404   void clear_resource_name();
405   const std::string& resource_name() const;
406   template <typename ArgT0 = const std::string&, typename... ArgT>
407   void set_resource_name(ArgT0&& arg0, ArgT... args);
408   std::string* mutable_resource_name();
409   PROTOBUF_NODISCARD std::string* release_resource_name();
410   void set_allocated_resource_name(std::string* resource_name);
411   private:
412   const std::string& _internal_resource_name() const;
413   inline PROTOBUF_ALWAYS_INLINE void _internal_set_resource_name(const std::string& value);
414   std::string* _internal_mutable_resource_name();
415   public:
416 
417   // string source_path = 4;
418   void clear_source_path();
419   const std::string& source_path() const;
420   template <typename ArgT0 = const std::string&, typename... ArgT>
421   void set_source_path(ArgT0&& arg0, ArgT... args);
422   std::string* mutable_source_path();
423   PROTOBUF_NODISCARD std::string* release_source_path();
424   void set_allocated_source_path(std::string* source_path);
425   private:
426   const std::string& _internal_source_path() const;
427   inline PROTOBUF_ALWAYS_INLINE void _internal_set_source_path(const std::string& value);
428   std::string* _internal_mutable_source_path();
429   public:
430 
431   // string flag_name = 8;
432   void clear_flag_name();
433   const std::string& flag_name() const;
434   template <typename ArgT0 = const std::string&, typename... ArgT>
435   void set_flag_name(ArgT0&& arg0, ArgT... args);
436   std::string* mutable_flag_name();
437   PROTOBUF_NODISCARD std::string* release_flag_name();
438   void set_allocated_flag_name(std::string* flag_name);
439   private:
440   const std::string& _internal_flag_name() const;
441   inline PROTOBUF_ALWAYS_INLINE void _internal_set_flag_name(const std::string& value);
442   std::string* _internal_mutable_flag_name();
443   public:
444 
445   // .aapt.pb.Configuration config = 2;
446   bool has_config() const;
447   private:
448   bool _internal_has_config() const;
449   public:
450   void clear_config();
451   const ::aapt::pb::Configuration& config() const;
452   PROTOBUF_NODISCARD ::aapt::pb::Configuration* release_config();
453   ::aapt::pb::Configuration* mutable_config();
454   void set_allocated_config(::aapt::pb::Configuration* config);
455   private:
456   const ::aapt::pb::Configuration& _internal_config() const;
457   ::aapt::pb::Configuration* _internal_mutable_config();
458   public:
459   void unsafe_arena_set_allocated_config(
460       ::aapt::pb::Configuration* config);
461   ::aapt::pb::Configuration* unsafe_arena_release_config();
462 
463   // .aapt.pb.FileReference.Type type = 3;
464   void clear_type();
465   ::aapt::pb::FileReference_Type type() const;
466   void set_type(::aapt::pb::FileReference_Type value);
467   private:
468   ::aapt::pb::FileReference_Type _internal_type() const;
469   void _internal_set_type(::aapt::pb::FileReference_Type value);
470   public:
471 
472   // uint32 flag_status = 6;
473   void clear_flag_status();
474   ::uint32_t flag_status() const;
475   void set_flag_status(::uint32_t value);
476   private:
477   ::uint32_t _internal_flag_status() const;
478   void _internal_set_flag_status(::uint32_t value);
479   public:
480 
481   // bool flag_negated = 7;
482   void clear_flag_negated();
483   bool flag_negated() const;
484   void set_flag_negated(bool value);
485   private:
486   bool _internal_flag_negated() const;
487   void _internal_set_flag_negated(bool value);
488   public:
489 
490   // @@protoc_insertion_point(class_scope:aapt.pb.internal.CompiledFile)
491  private:
492   class _Internal;
493 
494   template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
495   typedef void InternalArenaConstructable_;
496   typedef void DestructorSkippable_;
497   struct Impl_ {
498     ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::aapt::pb::internal::CompiledFile_Symbol > exported_symbol_;
499     ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr resource_name_;
500     ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr source_path_;
501     ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr flag_name_;
502     ::aapt::pb::Configuration* config_;
503     int type_;
504     ::uint32_t flag_status_;
505     bool flag_negated_;
506     mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
507   };
508   union { Impl_ _impl_; };
509   friend struct ::TableStruct_frameworks_2fbase_2ftools_2faapt2_2fResourcesInternal_2eproto;
510 };
511 // ===================================================================
512 
513 
514 // ===================================================================
515 
516 #ifdef __GNUC__
517   #pragma GCC diagnostic push
518   #pragma GCC diagnostic ignored "-Wstrict-aliasing"
519 #endif  // __GNUC__
520 // CompiledFile_Symbol
521 
522 // string resource_name = 1;
clear_resource_name()523 inline void CompiledFile_Symbol::clear_resource_name() {
524   _impl_.resource_name_.ClearToEmpty();
525 }
resource_name()526 inline const std::string& CompiledFile_Symbol::resource_name() const {
527   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.Symbol.resource_name)
528   return _internal_resource_name();
529 }
530 template <typename ArgT0, typename... ArgT>
531 inline PROTOBUF_ALWAYS_INLINE
set_resource_name(ArgT0 && arg0,ArgT...args)532 void CompiledFile_Symbol::set_resource_name(ArgT0&& arg0, ArgT... args) {
533 
534  _impl_.resource_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
535   // @@protoc_insertion_point(field_set:aapt.pb.internal.CompiledFile.Symbol.resource_name)
536 }
mutable_resource_name()537 inline std::string* CompiledFile_Symbol::mutable_resource_name() {
538   std::string* _s = _internal_mutable_resource_name();
539   // @@protoc_insertion_point(field_mutable:aapt.pb.internal.CompiledFile.Symbol.resource_name)
540   return _s;
541 }
_internal_resource_name()542 inline const std::string& CompiledFile_Symbol::_internal_resource_name() const {
543   return _impl_.resource_name_.Get();
544 }
_internal_set_resource_name(const std::string & value)545 inline void CompiledFile_Symbol::_internal_set_resource_name(const std::string& value) {
546 
547   _impl_.resource_name_.Set(value, GetArenaForAllocation());
548 }
_internal_mutable_resource_name()549 inline std::string* CompiledFile_Symbol::_internal_mutable_resource_name() {
550 
551   return _impl_.resource_name_.Mutable(GetArenaForAllocation());
552 }
release_resource_name()553 inline std::string* CompiledFile_Symbol::release_resource_name() {
554   // @@protoc_insertion_point(field_release:aapt.pb.internal.CompiledFile.Symbol.resource_name)
555   return _impl_.resource_name_.Release();
556 }
set_allocated_resource_name(std::string * resource_name)557 inline void CompiledFile_Symbol::set_allocated_resource_name(std::string* resource_name) {
558   _impl_.resource_name_.SetAllocated(resource_name, GetArenaForAllocation());
559 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
560   if (_impl_.resource_name_.IsDefault()) {
561     _impl_.resource_name_.Set("", GetArenaForAllocation());
562   }
563 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
564   // @@protoc_insertion_point(field_set_allocated:aapt.pb.internal.CompiledFile.Symbol.resource_name)
565 }
566 
567 // .aapt.pb.SourcePosition source = 2;
_internal_has_source()568 inline bool CompiledFile_Symbol::_internal_has_source() const {
569   return this != internal_default_instance() && _impl_.source_ != nullptr;
570 }
has_source()571 inline bool CompiledFile_Symbol::has_source() const {
572   return _internal_has_source();
573 }
_internal_source()574 inline const ::aapt::pb::SourcePosition& CompiledFile_Symbol::_internal_source() const {
575   const ::aapt::pb::SourcePosition* p = _impl_.source_;
576   return p != nullptr ? *p : reinterpret_cast<const ::aapt::pb::SourcePosition&>(
577       ::aapt::pb::_SourcePosition_default_instance_);
578 }
source()579 inline const ::aapt::pb::SourcePosition& CompiledFile_Symbol::source() const {
580   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.Symbol.source)
581   return _internal_source();
582 }
unsafe_arena_set_allocated_source(::aapt::pb::SourcePosition * source)583 inline void CompiledFile_Symbol::unsafe_arena_set_allocated_source(
584     ::aapt::pb::SourcePosition* source) {
585   if (GetArenaForAllocation() == nullptr) {
586     delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_);
587   }
588   _impl_.source_ = source;
589   // @@protoc_insertion_point(field_unsafe_arena_set_allocated:aapt.pb.internal.CompiledFile.Symbol.source)
590 }
release_source()591 inline ::aapt::pb::SourcePosition* CompiledFile_Symbol::release_source() {
592 
593   ::aapt::pb::SourcePosition* temp = _impl_.source_;
594   _impl_.source_ = nullptr;
595 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
596   auto* old =  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
597   temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
598   if (GetArenaForAllocation() == nullptr) { delete old; }
599 #else  // PROTOBUF_FORCE_COPY_IN_RELEASE
600   if (GetArenaForAllocation() != nullptr) {
601     temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
602   }
603 #endif  // !PROTOBUF_FORCE_COPY_IN_RELEASE
604   return temp;
605 }
unsafe_arena_release_source()606 inline ::aapt::pb::SourcePosition* CompiledFile_Symbol::unsafe_arena_release_source() {
607   // @@protoc_insertion_point(field_release:aapt.pb.internal.CompiledFile.Symbol.source)
608 
609   ::aapt::pb::SourcePosition* temp = _impl_.source_;
610   _impl_.source_ = nullptr;
611   return temp;
612 }
_internal_mutable_source()613 inline ::aapt::pb::SourcePosition* CompiledFile_Symbol::_internal_mutable_source() {
614 
615   if (_impl_.source_ == nullptr) {
616     auto* p = CreateMaybeMessage<::aapt::pb::SourcePosition>(GetArenaForAllocation());
617     _impl_.source_ = p;
618   }
619   return _impl_.source_;
620 }
mutable_source()621 inline ::aapt::pb::SourcePosition* CompiledFile_Symbol::mutable_source() {
622   ::aapt::pb::SourcePosition* _msg = _internal_mutable_source();
623   // @@protoc_insertion_point(field_mutable:aapt.pb.internal.CompiledFile.Symbol.source)
624   return _msg;
625 }
set_allocated_source(::aapt::pb::SourcePosition * source)626 inline void CompiledFile_Symbol::set_allocated_source(::aapt::pb::SourcePosition* source) {
627   ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
628   if (message_arena == nullptr) {
629     delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_);
630   }
631   if (source) {
632     ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
633         ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
634                 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source));
635     if (message_arena != submessage_arena) {
636       source = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
637           message_arena, source, submessage_arena);
638     }
639 
640   } else {
641 
642   }
643   _impl_.source_ = source;
644   // @@protoc_insertion_point(field_set_allocated:aapt.pb.internal.CompiledFile.Symbol.source)
645 }
646 
647 // -------------------------------------------------------------------
648 
649 // CompiledFile
650 
651 // string resource_name = 1;
clear_resource_name()652 inline void CompiledFile::clear_resource_name() {
653   _impl_.resource_name_.ClearToEmpty();
654 }
resource_name()655 inline const std::string& CompiledFile::resource_name() const {
656   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.resource_name)
657   return _internal_resource_name();
658 }
659 template <typename ArgT0, typename... ArgT>
660 inline PROTOBUF_ALWAYS_INLINE
set_resource_name(ArgT0 && arg0,ArgT...args)661 void CompiledFile::set_resource_name(ArgT0&& arg0, ArgT... args) {
662 
663  _impl_.resource_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
664   // @@protoc_insertion_point(field_set:aapt.pb.internal.CompiledFile.resource_name)
665 }
mutable_resource_name()666 inline std::string* CompiledFile::mutable_resource_name() {
667   std::string* _s = _internal_mutable_resource_name();
668   // @@protoc_insertion_point(field_mutable:aapt.pb.internal.CompiledFile.resource_name)
669   return _s;
670 }
_internal_resource_name()671 inline const std::string& CompiledFile::_internal_resource_name() const {
672   return _impl_.resource_name_.Get();
673 }
_internal_set_resource_name(const std::string & value)674 inline void CompiledFile::_internal_set_resource_name(const std::string& value) {
675 
676   _impl_.resource_name_.Set(value, GetArenaForAllocation());
677 }
_internal_mutable_resource_name()678 inline std::string* CompiledFile::_internal_mutable_resource_name() {
679 
680   return _impl_.resource_name_.Mutable(GetArenaForAllocation());
681 }
release_resource_name()682 inline std::string* CompiledFile::release_resource_name() {
683   // @@protoc_insertion_point(field_release:aapt.pb.internal.CompiledFile.resource_name)
684   return _impl_.resource_name_.Release();
685 }
set_allocated_resource_name(std::string * resource_name)686 inline void CompiledFile::set_allocated_resource_name(std::string* resource_name) {
687   _impl_.resource_name_.SetAllocated(resource_name, GetArenaForAllocation());
688 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
689   if (_impl_.resource_name_.IsDefault()) {
690     _impl_.resource_name_.Set("", GetArenaForAllocation());
691   }
692 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
693   // @@protoc_insertion_point(field_set_allocated:aapt.pb.internal.CompiledFile.resource_name)
694 }
695 
696 // .aapt.pb.Configuration config = 2;
_internal_has_config()697 inline bool CompiledFile::_internal_has_config() const {
698   return this != internal_default_instance() && _impl_.config_ != nullptr;
699 }
has_config()700 inline bool CompiledFile::has_config() const {
701   return _internal_has_config();
702 }
_internal_config()703 inline const ::aapt::pb::Configuration& CompiledFile::_internal_config() const {
704   const ::aapt::pb::Configuration* p = _impl_.config_;
705   return p != nullptr ? *p : reinterpret_cast<const ::aapt::pb::Configuration&>(
706       ::aapt::pb::_Configuration_default_instance_);
707 }
config()708 inline const ::aapt::pb::Configuration& CompiledFile::config() const {
709   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.config)
710   return _internal_config();
711 }
unsafe_arena_set_allocated_config(::aapt::pb::Configuration * config)712 inline void CompiledFile::unsafe_arena_set_allocated_config(
713     ::aapt::pb::Configuration* config) {
714   if (GetArenaForAllocation() == nullptr) {
715     delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.config_);
716   }
717   _impl_.config_ = config;
718   // @@protoc_insertion_point(field_unsafe_arena_set_allocated:aapt.pb.internal.CompiledFile.config)
719 }
release_config()720 inline ::aapt::pb::Configuration* CompiledFile::release_config() {
721 
722   ::aapt::pb::Configuration* temp = _impl_.config_;
723   _impl_.config_ = nullptr;
724 #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
725   auto* old =  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
726   temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
727   if (GetArenaForAllocation() == nullptr) { delete old; }
728 #else  // PROTOBUF_FORCE_COPY_IN_RELEASE
729   if (GetArenaForAllocation() != nullptr) {
730     temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
731   }
732 #endif  // !PROTOBUF_FORCE_COPY_IN_RELEASE
733   return temp;
734 }
unsafe_arena_release_config()735 inline ::aapt::pb::Configuration* CompiledFile::unsafe_arena_release_config() {
736   // @@protoc_insertion_point(field_release:aapt.pb.internal.CompiledFile.config)
737 
738   ::aapt::pb::Configuration* temp = _impl_.config_;
739   _impl_.config_ = nullptr;
740   return temp;
741 }
_internal_mutable_config()742 inline ::aapt::pb::Configuration* CompiledFile::_internal_mutable_config() {
743 
744   if (_impl_.config_ == nullptr) {
745     auto* p = CreateMaybeMessage<::aapt::pb::Configuration>(GetArenaForAllocation());
746     _impl_.config_ = p;
747   }
748   return _impl_.config_;
749 }
mutable_config()750 inline ::aapt::pb::Configuration* CompiledFile::mutable_config() {
751   ::aapt::pb::Configuration* _msg = _internal_mutable_config();
752   // @@protoc_insertion_point(field_mutable:aapt.pb.internal.CompiledFile.config)
753   return _msg;
754 }
set_allocated_config(::aapt::pb::Configuration * config)755 inline void CompiledFile::set_allocated_config(::aapt::pb::Configuration* config) {
756   ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
757   if (message_arena == nullptr) {
758     delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.config_);
759   }
760   if (config) {
761     ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
762         ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
763                 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(config));
764     if (message_arena != submessage_arena) {
765       config = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
766           message_arena, config, submessage_arena);
767     }
768 
769   } else {
770 
771   }
772   _impl_.config_ = config;
773   // @@protoc_insertion_point(field_set_allocated:aapt.pb.internal.CompiledFile.config)
774 }
775 
776 // .aapt.pb.FileReference.Type type = 3;
clear_type()777 inline void CompiledFile::clear_type() {
778   _impl_.type_ = 0;
779 }
_internal_type()780 inline ::aapt::pb::FileReference_Type CompiledFile::_internal_type() const {
781   return static_cast< ::aapt::pb::FileReference_Type >(_impl_.type_);
782 }
type()783 inline ::aapt::pb::FileReference_Type CompiledFile::type() const {
784   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.type)
785   return _internal_type();
786 }
_internal_set_type(::aapt::pb::FileReference_Type value)787 inline void CompiledFile::_internal_set_type(::aapt::pb::FileReference_Type value) {
788 
789   _impl_.type_ = value;
790 }
set_type(::aapt::pb::FileReference_Type value)791 inline void CompiledFile::set_type(::aapt::pb::FileReference_Type value) {
792   _internal_set_type(value);
793   // @@protoc_insertion_point(field_set:aapt.pb.internal.CompiledFile.type)
794 }
795 
796 // string source_path = 4;
clear_source_path()797 inline void CompiledFile::clear_source_path() {
798   _impl_.source_path_.ClearToEmpty();
799 }
source_path()800 inline const std::string& CompiledFile::source_path() const {
801   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.source_path)
802   return _internal_source_path();
803 }
804 template <typename ArgT0, typename... ArgT>
805 inline PROTOBUF_ALWAYS_INLINE
set_source_path(ArgT0 && arg0,ArgT...args)806 void CompiledFile::set_source_path(ArgT0&& arg0, ArgT... args) {
807 
808  _impl_.source_path_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
809   // @@protoc_insertion_point(field_set:aapt.pb.internal.CompiledFile.source_path)
810 }
mutable_source_path()811 inline std::string* CompiledFile::mutable_source_path() {
812   std::string* _s = _internal_mutable_source_path();
813   // @@protoc_insertion_point(field_mutable:aapt.pb.internal.CompiledFile.source_path)
814   return _s;
815 }
_internal_source_path()816 inline const std::string& CompiledFile::_internal_source_path() const {
817   return _impl_.source_path_.Get();
818 }
_internal_set_source_path(const std::string & value)819 inline void CompiledFile::_internal_set_source_path(const std::string& value) {
820 
821   _impl_.source_path_.Set(value, GetArenaForAllocation());
822 }
_internal_mutable_source_path()823 inline std::string* CompiledFile::_internal_mutable_source_path() {
824 
825   return _impl_.source_path_.Mutable(GetArenaForAllocation());
826 }
release_source_path()827 inline std::string* CompiledFile::release_source_path() {
828   // @@protoc_insertion_point(field_release:aapt.pb.internal.CompiledFile.source_path)
829   return _impl_.source_path_.Release();
830 }
set_allocated_source_path(std::string * source_path)831 inline void CompiledFile::set_allocated_source_path(std::string* source_path) {
832   _impl_.source_path_.SetAllocated(source_path, GetArenaForAllocation());
833 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
834   if (_impl_.source_path_.IsDefault()) {
835     _impl_.source_path_.Set("", GetArenaForAllocation());
836   }
837 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
838   // @@protoc_insertion_point(field_set_allocated:aapt.pb.internal.CompiledFile.source_path)
839 }
840 
841 // repeated .aapt.pb.internal.CompiledFile.Symbol exported_symbol = 5;
_internal_exported_symbol_size()842 inline int CompiledFile::_internal_exported_symbol_size() const {
843   return _impl_.exported_symbol_.size();
844 }
exported_symbol_size()845 inline int CompiledFile::exported_symbol_size() const {
846   return _internal_exported_symbol_size();
847 }
clear_exported_symbol()848 inline void CompiledFile::clear_exported_symbol() {
849   _impl_.exported_symbol_.Clear();
850 }
mutable_exported_symbol(int index)851 inline ::aapt::pb::internal::CompiledFile_Symbol* CompiledFile::mutable_exported_symbol(int index) {
852   // @@protoc_insertion_point(field_mutable:aapt.pb.internal.CompiledFile.exported_symbol)
853   return _impl_.exported_symbol_.Mutable(index);
854 }
855 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::aapt::pb::internal::CompiledFile_Symbol >*
mutable_exported_symbol()856 CompiledFile::mutable_exported_symbol() {
857   // @@protoc_insertion_point(field_mutable_list:aapt.pb.internal.CompiledFile.exported_symbol)
858   return &_impl_.exported_symbol_;
859 }
_internal_exported_symbol(int index)860 inline const ::aapt::pb::internal::CompiledFile_Symbol& CompiledFile::_internal_exported_symbol(int index) const {
861   return _impl_.exported_symbol_.Get(index);
862 }
exported_symbol(int index)863 inline const ::aapt::pb::internal::CompiledFile_Symbol& CompiledFile::exported_symbol(int index) const {
864   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.exported_symbol)
865   return _internal_exported_symbol(index);
866 }
_internal_add_exported_symbol()867 inline ::aapt::pb::internal::CompiledFile_Symbol* CompiledFile::_internal_add_exported_symbol() {
868   return _impl_.exported_symbol_.Add();
869 }
add_exported_symbol()870 inline ::aapt::pb::internal::CompiledFile_Symbol* CompiledFile::add_exported_symbol() {
871   ::aapt::pb::internal::CompiledFile_Symbol* _add = _internal_add_exported_symbol();
872   // @@protoc_insertion_point(field_add:aapt.pb.internal.CompiledFile.exported_symbol)
873   return _add;
874 }
875 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::aapt::pb::internal::CompiledFile_Symbol >&
exported_symbol()876 CompiledFile::exported_symbol() const {
877   // @@protoc_insertion_point(field_list:aapt.pb.internal.CompiledFile.exported_symbol)
878   return _impl_.exported_symbol_;
879 }
880 
881 // uint32 flag_status = 6;
clear_flag_status()882 inline void CompiledFile::clear_flag_status() {
883   _impl_.flag_status_ = 0u;
884 }
_internal_flag_status()885 inline ::uint32_t CompiledFile::_internal_flag_status() const {
886   return _impl_.flag_status_;
887 }
flag_status()888 inline ::uint32_t CompiledFile::flag_status() const {
889   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.flag_status)
890   return _internal_flag_status();
891 }
_internal_set_flag_status(::uint32_t value)892 inline void CompiledFile::_internal_set_flag_status(::uint32_t value) {
893 
894   _impl_.flag_status_ = value;
895 }
set_flag_status(::uint32_t value)896 inline void CompiledFile::set_flag_status(::uint32_t value) {
897   _internal_set_flag_status(value);
898   // @@protoc_insertion_point(field_set:aapt.pb.internal.CompiledFile.flag_status)
899 }
900 
901 // bool flag_negated = 7;
clear_flag_negated()902 inline void CompiledFile::clear_flag_negated() {
903   _impl_.flag_negated_ = false;
904 }
_internal_flag_negated()905 inline bool CompiledFile::_internal_flag_negated() const {
906   return _impl_.flag_negated_;
907 }
flag_negated()908 inline bool CompiledFile::flag_negated() const {
909   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.flag_negated)
910   return _internal_flag_negated();
911 }
_internal_set_flag_negated(bool value)912 inline void CompiledFile::_internal_set_flag_negated(bool value) {
913 
914   _impl_.flag_negated_ = value;
915 }
set_flag_negated(bool value)916 inline void CompiledFile::set_flag_negated(bool value) {
917   _internal_set_flag_negated(value);
918   // @@protoc_insertion_point(field_set:aapt.pb.internal.CompiledFile.flag_negated)
919 }
920 
921 // string flag_name = 8;
clear_flag_name()922 inline void CompiledFile::clear_flag_name() {
923   _impl_.flag_name_.ClearToEmpty();
924 }
flag_name()925 inline const std::string& CompiledFile::flag_name() const {
926   // @@protoc_insertion_point(field_get:aapt.pb.internal.CompiledFile.flag_name)
927   return _internal_flag_name();
928 }
929 template <typename ArgT0, typename... ArgT>
930 inline PROTOBUF_ALWAYS_INLINE
set_flag_name(ArgT0 && arg0,ArgT...args)931 void CompiledFile::set_flag_name(ArgT0&& arg0, ArgT... args) {
932 
933  _impl_.flag_name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
934   // @@protoc_insertion_point(field_set:aapt.pb.internal.CompiledFile.flag_name)
935 }
mutable_flag_name()936 inline std::string* CompiledFile::mutable_flag_name() {
937   std::string* _s = _internal_mutable_flag_name();
938   // @@protoc_insertion_point(field_mutable:aapt.pb.internal.CompiledFile.flag_name)
939   return _s;
940 }
_internal_flag_name()941 inline const std::string& CompiledFile::_internal_flag_name() const {
942   return _impl_.flag_name_.Get();
943 }
_internal_set_flag_name(const std::string & value)944 inline void CompiledFile::_internal_set_flag_name(const std::string& value) {
945 
946   _impl_.flag_name_.Set(value, GetArenaForAllocation());
947 }
_internal_mutable_flag_name()948 inline std::string* CompiledFile::_internal_mutable_flag_name() {
949 
950   return _impl_.flag_name_.Mutable(GetArenaForAllocation());
951 }
release_flag_name()952 inline std::string* CompiledFile::release_flag_name() {
953   // @@protoc_insertion_point(field_release:aapt.pb.internal.CompiledFile.flag_name)
954   return _impl_.flag_name_.Release();
955 }
set_allocated_flag_name(std::string * flag_name)956 inline void CompiledFile::set_allocated_flag_name(std::string* flag_name) {
957   _impl_.flag_name_.SetAllocated(flag_name, GetArenaForAllocation());
958 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
959   if (_impl_.flag_name_.IsDefault()) {
960     _impl_.flag_name_.Set("", GetArenaForAllocation());
961   }
962 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
963   // @@protoc_insertion_point(field_set_allocated:aapt.pb.internal.CompiledFile.flag_name)
964 }
965 
966 #ifdef __GNUC__
967   #pragma GCC diagnostic pop
968 #endif  // __GNUC__
969 // -------------------------------------------------------------------
970 
971 
972 // @@protoc_insertion_point(namespace_scope)
973 
974 }  // namespace internal
975 }  // namespace pb
976 }  // namespace aapt
977 
978 // @@protoc_insertion_point(global_scope)
979 
980 #include <google/protobuf/port_undef.inc>
981 #endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_frameworks_2fbase_2ftools_2faapt2_2fResourcesInternal_2eproto
982