-
Notifications
You must be signed in to change notification settings - Fork 0
/
protobuf.h
161 lines (126 loc) · 5 KB
/
protobuf.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "src/config.h"
#ifndef GOOGLE_PROTOBUF_DESCRIPTOR_H__
#include "src/google/protobuf/descriptor.h"
#endif
#ifndef PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED
#include "src/google/protobuf/descriptor.pb.h"
#endif
#ifndef GOOGLE_PROTOBUF_DESCRIPTOR_DATABASE_H__
#include "src/google/protobuf/descriptor_database.h"
#endif
#ifndef GOOGLE_PROTOBUF_DYNAMIC_MESSAGE_H__
#include "src/google/protobuf/dynamic_message.h"
#endif
#ifndef GOOGLE_PROTOBUF_EXTENSION_SET_H__
#include "src/google/protobuf/extension_set.h"
#endif
#ifndef GOOGLE_PROTOBUF_GENERATED_MESSAGE_REFLECTION_H__
#include "src/google/protobuf/generated_message_reflection.h"
#endif
#ifndef GOOGLE_PROTOBUF_GENERATED_MESSAGE_UTIL_H__
#include "src/google/protobuf/generated_message_util.h"
#endif
#ifndef GOOGLE_PROTOBUF_MESSAGE_H__
#include "src/google/protobuf/message.h"
#endif
#ifndef GOOGLE_PROTOBUF_MESSAGE_LITE_H__
#include "src/google/protobuf/message_lite.h"
#endif
#ifndef GOOGLE_PROTOBUF_REFLECTION_OPS_H__
#include "src/google/protobuf/reflection_ops.h"
#endif
#ifndef GOOGLE_PROTOBUF_REPEATED_FIELD_H__
#include "src/google/protobuf/repeated_field.h"
#endif
#ifndef GOOGLE_PROTOBUF_SERVICE_H__
#include "src/google/protobuf/service.h"
#endif
#ifndef GOOGLE_PROTOBUF_TEXT_FORMAT_H__
#include "src/google/protobuf/text_format.h"
#endif
#ifndef GOOGLE_PROTOBUF_UNKNOWN_FIELD_SET_H__
#include "src/google/protobuf/unknown_field_set.h"
#endif
#ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_H__
#include "src/google/protobuf/wire_format.h"
#endif
#ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_H__
#include "src/google/protobuf/wire_format_lite.h"
#endif
#ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__
#include "src/google/protobuf/wire_format_lite_inl.h"
#endif
#ifndef GOOGLE_PROTOBUF_IO_CODED_STREAM_H__
#include "src/google/protobuf/io/coded_stream.h"
#endif
#ifndef GOOGLE_PROTOBUF_IO_CODED_STREAM_INL_H__
#include "src/google/protobuf/io/coded_stream_inl.h"
#endif
#ifndef GOOGLE_PROTOBUF_IO_GZIP_STREAM_H__
#include "src/google/protobuf/io/gzip_stream.h"
#endif
#ifndef GOOGLE_PROTOBUF_IO_PRINTER_H__
#include "src/google/protobuf/io/printer.h"
#endif
#ifndef GOOGLE_PROTOBUF_IO_TOKENIZER_H__
#include "src/google/protobuf/io/tokenizer.h"
#endif
#ifndef GOOGLE_PROTOBUF_IO_ZERO_COPY_STREAM_H__
#include "src/google/protobuf/io/zero_copy_stream.h"
#endif
#ifndef GOOGLE_PROTOBUF_IO_ZERO_COPY_STREAM_IMPL_H__
#include "src/google/protobuf/io/zero_copy_stream_impl.h"
#endif
#ifndef GOOGLE_PROTOBUF_IO_ZERO_COPY_STREAM_IMPL_LITE_H__
#include "src/google/protobuf/io/zero_copy_stream_impl_lite.h"
#endif
#ifndef GOOGLE_PROTOBUF_COMMON_H__
#include "src/google/protobuf/stubs/common.h"
#endif
#ifndef GOOGLE_PROTOBUF_STUBS_HASH_H__
#include "src/google/protobuf/stubs/hash.h"
#endif
#ifndef GOOGLE_PROTOBUF_STUBS_MAP_UTIL_H__
#include "src/google/protobuf/stubs/map-util.h"
#endif
#ifndef GOOGLE_PROTOBUF_STUBS_ONCE_H__
#include "src/google/protobuf/stubs/once.h"
#endif
#ifndef GOOGLE_PROTOBUF_STUBS_STL_UTIL_INL_H__
#include "src/google/protobuf/stubs/stl_util-inl.h"
#endif
#ifndef GOOGLE_PROTOBUF_STUBS_STRUTIL_H__
#include "src/google/protobuf/stubs/strutil.h"
#endif
#ifndef GOOGLE_PROTOBUF_STUBS_SUBSTITUTE_H_
#include "src/google/protobuf/stubs/substitute.h"
#endif