1 // Generated by the protocol buffer compiler.  DO NOT EDIT!
2 // source: system/apex/proto/apex_blocklist.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_system_2fapex_2fproto_2fapex_5fblocklist_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_system_2fapex_2fproto_2fapex_5fblocklist_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 // @@protoc_insertion_point(includes)
35 #include <google/protobuf/port_def.inc>
36 #define PROTOBUF_INTERNAL_EXPORT_system_2fapex_2fproto_2fapex_5fblocklist_2eproto
37 PROTOBUF_NAMESPACE_OPEN
38 namespace internal {
39 class AnyMetadata;
40 }  // namespace internal
41 PROTOBUF_NAMESPACE_CLOSE
42 
43 // Internal implementation detail -- do not use these members.
44 struct TableStruct_system_2fapex_2fproto_2fapex_5fblocklist_2eproto {
45   static const ::uint32_t offsets[];
46 };
47 extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_system_2fapex_2fproto_2fapex_5fblocklist_2eproto;
48 namespace apex {
49 namespace proto {
50 class ApexBlocklist;
51 struct ApexBlocklistDefaultTypeInternal;
52 extern ApexBlocklistDefaultTypeInternal _ApexBlocklist_default_instance_;
53 class ApexBlocklist_ApexItem;
54 struct ApexBlocklist_ApexItemDefaultTypeInternal;
55 extern ApexBlocklist_ApexItemDefaultTypeInternal _ApexBlocklist_ApexItem_default_instance_;
56 }  // namespace proto
57 }  // namespace apex
58 PROTOBUF_NAMESPACE_OPEN
59 template<> ::apex::proto::ApexBlocklist* Arena::CreateMaybeMessage<::apex::proto::ApexBlocklist>(Arena*);
60 template<> ::apex::proto::ApexBlocklist_ApexItem* Arena::CreateMaybeMessage<::apex::proto::ApexBlocklist_ApexItem>(Arena*);
61 PROTOBUF_NAMESPACE_CLOSE
62 namespace apex {
63 namespace proto {
64 
65 // ===================================================================
66 
67 class ApexBlocklist_ApexItem final :
68     public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:apex.proto.ApexBlocklist.ApexItem) */ {
69  public:
ApexBlocklist_ApexItem()70   inline ApexBlocklist_ApexItem() : ApexBlocklist_ApexItem(nullptr) {}
71   ~ApexBlocklist_ApexItem() override;
72   explicit PROTOBUF_CONSTEXPR ApexBlocklist_ApexItem(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
73 
74   ApexBlocklist_ApexItem(const ApexBlocklist_ApexItem& from);
ApexBlocklist_ApexItem(ApexBlocklist_ApexItem && from)75   ApexBlocklist_ApexItem(ApexBlocklist_ApexItem&& from) noexcept
76     : ApexBlocklist_ApexItem() {
77     *this = ::std::move(from);
78   }
79 
80   inline ApexBlocklist_ApexItem& operator=(const ApexBlocklist_ApexItem& from) {
81     if (this == &from) return *this;
82     CopyFrom(from);
83     return *this;
84   }
85   inline ApexBlocklist_ApexItem& operator=(ApexBlocklist_ApexItem&& from) noexcept {
86     if (this == &from) return *this;
87     if (GetOwningArena() == from.GetOwningArena()
88   #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
89         && GetOwningArena() != nullptr
90   #endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
91     ) {
92       InternalSwap(&from);
93     } else {
94       CopyFrom(from);
95     }
96     return *this;
97   }
98 
descriptor()99   static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
100     return GetDescriptor();
101   }
GetDescriptor()102   static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
103     return default_instance().GetMetadata().descriptor;
104   }
GetReflection()105   static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
106     return default_instance().GetMetadata().reflection;
107   }
default_instance()108   static const ApexBlocklist_ApexItem& default_instance() {
109     return *internal_default_instance();
110   }
internal_default_instance()111   static inline const ApexBlocklist_ApexItem* internal_default_instance() {
112     return reinterpret_cast<const ApexBlocklist_ApexItem*>(
113                &_ApexBlocklist_ApexItem_default_instance_);
114   }
115   static constexpr int kIndexInFileMessages =
116     0;
117 
swap(ApexBlocklist_ApexItem & a,ApexBlocklist_ApexItem & b)118   friend void swap(ApexBlocklist_ApexItem& a, ApexBlocklist_ApexItem& b) {
119     a.Swap(&b);
120   }
Swap(ApexBlocklist_ApexItem * other)121   inline void Swap(ApexBlocklist_ApexItem* other) {
122     if (other == this) return;
123   #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
124     if (GetOwningArena() != nullptr &&
125         GetOwningArena() == other->GetOwningArena()) {
126    #else  // PROTOBUF_FORCE_COPY_IN_SWAP
127     if (GetOwningArena() == other->GetOwningArena()) {
128   #endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
129       InternalSwap(other);
130     } else {
131       ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
132     }
133   }
134   void UnsafeArenaSwap(ApexBlocklist_ApexItem* other) {
135     if (other == this) return;
136     GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
137     InternalSwap(other);
138   }
139 
140   // implements Message ----------------------------------------------
141 
142   ApexBlocklist_ApexItem* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
143     return CreateMaybeMessage<ApexBlocklist_ApexItem>(arena);
144   }
145   ApexBlocklist_ApexItem* New() const {
146     return New(nullptr);
147   }
148   using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
149   void CopyFrom(const ApexBlocklist_ApexItem& from);
150   using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
151   void MergeFrom( const ApexBlocklist_ApexItem& from) {
152     ApexBlocklist_ApexItem::MergeImpl(*this, from);
153   }
154   private:
155   static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
156   public:
157   PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
158   bool IsInitialized() const final;
159 
160   size_t ByteSizeLong() const final;
161   const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
162   ::uint8_t* _InternalSerialize(
163       ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
164   int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
165 
166   private:
167   void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
168   void SharedDtor();
169   void SetCachedSize(int size) const final;
170   void InternalSwap(ApexBlocklist_ApexItem* other);
171 
172   private:
173   friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
174   static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
175     return "apex.proto.ApexBlocklist.ApexItem";
176   }
177   protected:
178   explicit ApexBlocklist_ApexItem(::PROTOBUF_NAMESPACE_ID::Arena* arena,
179                        bool is_message_owned = false);
180   public:
181 
182   static const ClassData _class_data_;
183   const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
184 
185   ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
186 
187   // nested types ----------------------------------------------------
188 
189   // accessors -------------------------------------------------------
190 
191   enum : int {
192     kNameFieldNumber = 1,
193     kVersionFieldNumber = 2,
194   };
195   // string name = 1;
196   void clear_name();
197   const std::string& name() const;
198   template <typename ArgT0 = const std::string&, typename... ArgT>
199   void set_name(ArgT0&& arg0, ArgT... args);
200   std::string* mutable_name();
201   PROTOBUF_NODISCARD std::string* release_name();
202   void set_allocated_name(std::string* name);
203   private:
204   const std::string& _internal_name() const;
205   inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
206   std::string* _internal_mutable_name();
207   public:
208 
209   // int64 version = 2;
210   void clear_version();
211   ::int64_t version() const;
212   void set_version(::int64_t value);
213   private:
214   ::int64_t _internal_version() const;
215   void _internal_set_version(::int64_t value);
216   public:
217 
218   // @@protoc_insertion_point(class_scope:apex.proto.ApexBlocklist.ApexItem)
219  private:
220   class _Internal;
221 
222   template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
223   typedef void InternalArenaConstructable_;
224   typedef void DestructorSkippable_;
225   struct Impl_ {
226     ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
227     ::int64_t version_;
228     mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
229   };
230   union { Impl_ _impl_; };
231   friend struct ::TableStruct_system_2fapex_2fproto_2fapex_5fblocklist_2eproto;
232 };
233 // -------------------------------------------------------------------
234 
235 class ApexBlocklist final :
236     public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:apex.proto.ApexBlocklist) */ {
237  public:
ApexBlocklist()238   inline ApexBlocklist() : ApexBlocklist(nullptr) {}
239   ~ApexBlocklist() override;
240   explicit PROTOBUF_CONSTEXPR ApexBlocklist(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
241 
242   ApexBlocklist(const ApexBlocklist& from);
ApexBlocklist(ApexBlocklist && from)243   ApexBlocklist(ApexBlocklist&& from) noexcept
244     : ApexBlocklist() {
245     *this = ::std::move(from);
246   }
247 
248   inline ApexBlocklist& operator=(const ApexBlocklist& from) {
249     if (this == &from) return *this;
250     CopyFrom(from);
251     return *this;
252   }
253   inline ApexBlocklist& operator=(ApexBlocklist&& from) noexcept {
254     if (this == &from) return *this;
255     if (GetOwningArena() == from.GetOwningArena()
256   #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
257         && GetOwningArena() != nullptr
258   #endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
259     ) {
260       InternalSwap(&from);
261     } else {
262       CopyFrom(from);
263     }
264     return *this;
265   }
266 
descriptor()267   static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
268     return GetDescriptor();
269   }
GetDescriptor()270   static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
271     return default_instance().GetMetadata().descriptor;
272   }
GetReflection()273   static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
274     return default_instance().GetMetadata().reflection;
275   }
default_instance()276   static const ApexBlocklist& default_instance() {
277     return *internal_default_instance();
278   }
internal_default_instance()279   static inline const ApexBlocklist* internal_default_instance() {
280     return reinterpret_cast<const ApexBlocklist*>(
281                &_ApexBlocklist_default_instance_);
282   }
283   static constexpr int kIndexInFileMessages =
284     1;
285 
swap(ApexBlocklist & a,ApexBlocklist & b)286   friend void swap(ApexBlocklist& a, ApexBlocklist& b) {
287     a.Swap(&b);
288   }
Swap(ApexBlocklist * other)289   inline void Swap(ApexBlocklist* other) {
290     if (other == this) return;
291   #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
292     if (GetOwningArena() != nullptr &&
293         GetOwningArena() == other->GetOwningArena()) {
294    #else  // PROTOBUF_FORCE_COPY_IN_SWAP
295     if (GetOwningArena() == other->GetOwningArena()) {
296   #endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
297       InternalSwap(other);
298     } else {
299       ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
300     }
301   }
302   void UnsafeArenaSwap(ApexBlocklist* other) {
303     if (other == this) return;
304     GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
305     InternalSwap(other);
306   }
307 
308   // implements Message ----------------------------------------------
309 
310   ApexBlocklist* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
311     return CreateMaybeMessage<ApexBlocklist>(arena);
312   }
313   ApexBlocklist* New() const {
314     return New(nullptr);
315   }
316   using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
317   void CopyFrom(const ApexBlocklist& from);
318   using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
319   void MergeFrom( const ApexBlocklist& from) {
320     ApexBlocklist::MergeImpl(*this, from);
321   }
322   private:
323   static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
324   public:
325   PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
326   bool IsInitialized() const final;
327 
328   size_t ByteSizeLong() const final;
329   const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
330   ::uint8_t* _InternalSerialize(
331       ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
332   int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
333 
334   private:
335   void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
336   void SharedDtor();
337   void SetCachedSize(int size) const final;
338   void InternalSwap(ApexBlocklist* other);
339 
340   private:
341   friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
342   static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
343     return "apex.proto.ApexBlocklist";
344   }
345   protected:
346   explicit ApexBlocklist(::PROTOBUF_NAMESPACE_ID::Arena* arena,
347                        bool is_message_owned = false);
348   public:
349 
350   static const ClassData _class_data_;
351   const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
352 
353   ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
354 
355   // nested types ----------------------------------------------------
356 
357   typedef ApexBlocklist_ApexItem ApexItem;
358 
359   // accessors -------------------------------------------------------
360 
361   enum : int {
362     kBlockedApexFieldNumber = 1,
363   };
364   // repeated .apex.proto.ApexBlocklist.ApexItem blocked_apex = 1;
365   int blocked_apex_size() const;
366   private:
367   int _internal_blocked_apex_size() const;
368   public:
369   void clear_blocked_apex();
370   ::apex::proto::ApexBlocklist_ApexItem* mutable_blocked_apex(int index);
371   ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::apex::proto::ApexBlocklist_ApexItem >*
372       mutable_blocked_apex();
373   private:
374   const ::apex::proto::ApexBlocklist_ApexItem& _internal_blocked_apex(int index) const;
375   ::apex::proto::ApexBlocklist_ApexItem* _internal_add_blocked_apex();
376   public:
377   const ::apex::proto::ApexBlocklist_ApexItem& blocked_apex(int index) const;
378   ::apex::proto::ApexBlocklist_ApexItem* add_blocked_apex();
379   const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::apex::proto::ApexBlocklist_ApexItem >&
380       blocked_apex() const;
381 
382   // @@protoc_insertion_point(class_scope:apex.proto.ApexBlocklist)
383  private:
384   class _Internal;
385 
386   template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
387   typedef void InternalArenaConstructable_;
388   typedef void DestructorSkippable_;
389   struct Impl_ {
390     ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::apex::proto::ApexBlocklist_ApexItem > blocked_apex_;
391     mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
392   };
393   union { Impl_ _impl_; };
394   friend struct ::TableStruct_system_2fapex_2fproto_2fapex_5fblocklist_2eproto;
395 };
396 // ===================================================================
397 
398 
399 // ===================================================================
400 
401 #ifdef __GNUC__
402   #pragma GCC diagnostic push
403   #pragma GCC diagnostic ignored "-Wstrict-aliasing"
404 #endif  // __GNUC__
405 // ApexBlocklist_ApexItem
406 
407 // string name = 1;
clear_name()408 inline void ApexBlocklist_ApexItem::clear_name() {
409   _impl_.name_.ClearToEmpty();
410 }
name()411 inline const std::string& ApexBlocklist_ApexItem::name() const {
412   // @@protoc_insertion_point(field_get:apex.proto.ApexBlocklist.ApexItem.name)
413   return _internal_name();
414 }
415 template <typename ArgT0, typename... ArgT>
416 inline PROTOBUF_ALWAYS_INLINE
set_name(ArgT0 && arg0,ArgT...args)417 void ApexBlocklist_ApexItem::set_name(ArgT0&& arg0, ArgT... args) {
418 
419  _impl_.name_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
420   // @@protoc_insertion_point(field_set:apex.proto.ApexBlocklist.ApexItem.name)
421 }
mutable_name()422 inline std::string* ApexBlocklist_ApexItem::mutable_name() {
423   std::string* _s = _internal_mutable_name();
424   // @@protoc_insertion_point(field_mutable:apex.proto.ApexBlocklist.ApexItem.name)
425   return _s;
426 }
_internal_name()427 inline const std::string& ApexBlocklist_ApexItem::_internal_name() const {
428   return _impl_.name_.Get();
429 }
_internal_set_name(const std::string & value)430 inline void ApexBlocklist_ApexItem::_internal_set_name(const std::string& value) {
431 
432   _impl_.name_.Set(value, GetArenaForAllocation());
433 }
_internal_mutable_name()434 inline std::string* ApexBlocklist_ApexItem::_internal_mutable_name() {
435 
436   return _impl_.name_.Mutable(GetArenaForAllocation());
437 }
release_name()438 inline std::string* ApexBlocklist_ApexItem::release_name() {
439   // @@protoc_insertion_point(field_release:apex.proto.ApexBlocklist.ApexItem.name)
440   return _impl_.name_.Release();
441 }
set_allocated_name(std::string * name)442 inline void ApexBlocklist_ApexItem::set_allocated_name(std::string* name) {
443   _impl_.name_.SetAllocated(name, GetArenaForAllocation());
444 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
445   if (_impl_.name_.IsDefault()) {
446     _impl_.name_.Set("", GetArenaForAllocation());
447   }
448 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
449   // @@protoc_insertion_point(field_set_allocated:apex.proto.ApexBlocklist.ApexItem.name)
450 }
451 
452 // int64 version = 2;
clear_version()453 inline void ApexBlocklist_ApexItem::clear_version() {
454   _impl_.version_ = ::int64_t{0};
455 }
_internal_version()456 inline ::int64_t ApexBlocklist_ApexItem::_internal_version() const {
457   return _impl_.version_;
458 }
version()459 inline ::int64_t ApexBlocklist_ApexItem::version() const {
460   // @@protoc_insertion_point(field_get:apex.proto.ApexBlocklist.ApexItem.version)
461   return _internal_version();
462 }
_internal_set_version(::int64_t value)463 inline void ApexBlocklist_ApexItem::_internal_set_version(::int64_t value) {
464 
465   _impl_.version_ = value;
466 }
set_version(::int64_t value)467 inline void ApexBlocklist_ApexItem::set_version(::int64_t value) {
468   _internal_set_version(value);
469   // @@protoc_insertion_point(field_set:apex.proto.ApexBlocklist.ApexItem.version)
470 }
471 
472 // -------------------------------------------------------------------
473 
474 // ApexBlocklist
475 
476 // repeated .apex.proto.ApexBlocklist.ApexItem blocked_apex = 1;
_internal_blocked_apex_size()477 inline int ApexBlocklist::_internal_blocked_apex_size() const {
478   return _impl_.blocked_apex_.size();
479 }
blocked_apex_size()480 inline int ApexBlocklist::blocked_apex_size() const {
481   return _internal_blocked_apex_size();
482 }
clear_blocked_apex()483 inline void ApexBlocklist::clear_blocked_apex() {
484   _impl_.blocked_apex_.Clear();
485 }
mutable_blocked_apex(int index)486 inline ::apex::proto::ApexBlocklist_ApexItem* ApexBlocklist::mutable_blocked_apex(int index) {
487   // @@protoc_insertion_point(field_mutable:apex.proto.ApexBlocklist.blocked_apex)
488   return _impl_.blocked_apex_.Mutable(index);
489 }
490 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::apex::proto::ApexBlocklist_ApexItem >*
mutable_blocked_apex()491 ApexBlocklist::mutable_blocked_apex() {
492   // @@protoc_insertion_point(field_mutable_list:apex.proto.ApexBlocklist.blocked_apex)
493   return &_impl_.blocked_apex_;
494 }
_internal_blocked_apex(int index)495 inline const ::apex::proto::ApexBlocklist_ApexItem& ApexBlocklist::_internal_blocked_apex(int index) const {
496   return _impl_.blocked_apex_.Get(index);
497 }
blocked_apex(int index)498 inline const ::apex::proto::ApexBlocklist_ApexItem& ApexBlocklist::blocked_apex(int index) const {
499   // @@protoc_insertion_point(field_get:apex.proto.ApexBlocklist.blocked_apex)
500   return _internal_blocked_apex(index);
501 }
_internal_add_blocked_apex()502 inline ::apex::proto::ApexBlocklist_ApexItem* ApexBlocklist::_internal_add_blocked_apex() {
503   return _impl_.blocked_apex_.Add();
504 }
add_blocked_apex()505 inline ::apex::proto::ApexBlocklist_ApexItem* ApexBlocklist::add_blocked_apex() {
506   ::apex::proto::ApexBlocklist_ApexItem* _add = _internal_add_blocked_apex();
507   // @@protoc_insertion_point(field_add:apex.proto.ApexBlocklist.blocked_apex)
508   return _add;
509 }
510 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::apex::proto::ApexBlocklist_ApexItem >&
blocked_apex()511 ApexBlocklist::blocked_apex() const {
512   // @@protoc_insertion_point(field_list:apex.proto.ApexBlocklist.blocked_apex)
513   return _impl_.blocked_apex_;
514 }
515 
516 #ifdef __GNUC__
517   #pragma GCC diagnostic pop
518 #endif  // __GNUC__
519 // -------------------------------------------------------------------
520 
521 
522 // @@protoc_insertion_point(namespace_scope)
523 
524 }  // namespace proto
525 }  // namespace apex
526 
527 // @@protoc_insertion_point(global_scope)
528 
529 #include <google/protobuf/port_undef.inc>
530 #endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_system_2fapex_2fproto_2fapex_5fblocklist_2eproto
531