1// Generated by the protocol buffer compiler.  DO NOT EDIT!
2// source: google/protobuf/empty.proto
3
4// This CPP symbol can be defined to use imports that match up to the framework
5// imports needed when using CocoaPods.
6#if !defined(GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS)
7 #define GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS 0
8#endif
9
10#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
11 #import <Protobuf/GPBProtocolBuffers_RuntimeSupport.h>
12#else
13 #import "GPBProtocolBuffers_RuntimeSupport.h"
14#endif
15
16#if GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS
17 #import <Protobuf/Empty.pbobjc.h>
18#else
19 #import "google/protobuf/Empty.pbobjc.h"
20#endif
21// @@protoc_insertion_point(imports)
22
23#pragma clang diagnostic push
24#pragma clang diagnostic ignored "-Wdeprecated-declarations"
25
26#pragma mark - GPBEmptyRoot
27
28@implementation GPBEmptyRoot
29
30@end
31
32#pragma mark - GPBEmptyRoot_FileDescriptor
33
34static GPBFileDescriptor *GPBEmptyRoot_FileDescriptor(void) {
35  // This is called by +initialize so there is no need to worry
36  // about thread safety of the singleton.
37  static GPBFileDescriptor *descriptor = NULL;
38  if (!descriptor) {
39    GPBDebugCheckRuntimeVersion();
40    descriptor = [[GPBFileDescriptor alloc] initWithPackage:@"google.protobuf"
41                                                     syntax:GPBFileSyntaxProto3];
42  }
43  return descriptor;
44}
45
46#pragma mark - GPBEmpty
47
48@implementation GPBEmpty
49
50
51typedef struct GPBEmpty__storage_ {
52  uint32_t _has_storage_[1];
53} GPBEmpty__storage_;
54
55// This method is threadsafe because it is initially called
56// in +initialize for each subclass.
57+ (GPBDescriptor *)descriptor {
58  static GPBDescriptor *descriptor = nil;
59  if (!descriptor) {
60    GPBDescriptor *localDescriptor =
61        [GPBDescriptor allocDescriptorForClass:[GPBEmpty class]
62                                     rootClass:[GPBEmptyRoot class]
63                                          file:GPBEmptyRoot_FileDescriptor()
64                                        fields:NULL
65                                    fieldCount:0
66                                   storageSize:sizeof(GPBEmpty__storage_)
67                                         flags:0];
68    NSAssert(descriptor == nil, @"Startup recursed!");
69    descriptor = localDescriptor;
70  }
71  return descriptor;
72}
73
74@end
75
76
77#pragma clang diagnostic pop
78
79// @@protoc_insertion_point(global_scope)
80