blob: 6d76d6ed7287c0b8c8d84189d2a51f5ce5a9a717 (
plain) (
blame)
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
|
bin/protoc
bin/protoc-%%PORTVERSION%%.0
bin/protoc-gen-upb
bin/protoc-gen-upb-%%PORTVERSION%%.0
bin/protoc-gen-upb_minitable
bin/protoc-gen-upb_minitable-%%PORTVERSION%%.0
bin/protoc-gen-upbdefs
bin/protoc-gen-upbdefs-%%PORTVERSION%%.0
include/google/protobuf/any.h
include/google/protobuf/any.pb.h
include/google/protobuf/any.proto
include/google/protobuf/api.pb.h
include/google/protobuf/api.proto
include/google/protobuf/arena.h
include/google/protobuf/arena_align.h
include/google/protobuf/arena_allocation_policy.h
include/google/protobuf/arena_cleanup.h
include/google/protobuf/arenastring.h
include/google/protobuf/arenaz_sampler.h
include/google/protobuf/compiler/code_generator.h
include/google/protobuf/compiler/code_generator_lite.h
include/google/protobuf/compiler/command_line_interface.h
include/google/protobuf/compiler/cpp/enum.h
include/google/protobuf/compiler/cpp/extension.h
include/google/protobuf/compiler/cpp/field.h
include/google/protobuf/compiler/cpp/field_generators/generators.h
include/google/protobuf/compiler/cpp/file.h
include/google/protobuf/compiler/cpp/generator.h
include/google/protobuf/compiler/cpp/helpers.h
include/google/protobuf/compiler/cpp/ifndef_guard.h
include/google/protobuf/compiler/cpp/message.h
include/google/protobuf/compiler/cpp/message_layout_helper.h
include/google/protobuf/compiler/cpp/names.h
include/google/protobuf/compiler/cpp/namespace_printer.h
include/google/protobuf/compiler/cpp/options.h
include/google/protobuf/compiler/cpp/padding_optimizer.h
include/google/protobuf/compiler/cpp/parse_function_generator.h
include/google/protobuf/compiler/cpp/service.h
include/google/protobuf/compiler/cpp/tracker.h
include/google/protobuf/compiler/csharp/csharp_doc_comment.h
include/google/protobuf/compiler/csharp/csharp_enum.h
include/google/protobuf/compiler/csharp/csharp_enum_field.h
include/google/protobuf/compiler/csharp/csharp_field_base.h
include/google/protobuf/compiler/csharp/csharp_generator.h
include/google/protobuf/compiler/csharp/csharp_helpers.h
include/google/protobuf/compiler/csharp/csharp_map_field.h
include/google/protobuf/compiler/csharp/csharp_message.h
include/google/protobuf/compiler/csharp/csharp_message_field.h
include/google/protobuf/compiler/csharp/csharp_options.h
include/google/protobuf/compiler/csharp/csharp_primitive_field.h
include/google/protobuf/compiler/csharp/csharp_reflection_class.h
include/google/protobuf/compiler/csharp/csharp_repeated_enum_field.h
include/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
include/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
include/google/protobuf/compiler/csharp/csharp_source_generator_base.h
include/google/protobuf/compiler/csharp/csharp_wrapper_field.h
include/google/protobuf/compiler/csharp/names.h
include/google/protobuf/compiler/importer.h
include/google/protobuf/compiler/java/context.h
include/google/protobuf/compiler/java/doc_comment.h
include/google/protobuf/compiler/java/field_common.h
include/google/protobuf/compiler/java/file.h
include/google/protobuf/compiler/java/full/enum.h
include/google/protobuf/compiler/java/full/enum_field.h
include/google/protobuf/compiler/java/full/extension.h
include/google/protobuf/compiler/java/full/field_generator.h
include/google/protobuf/compiler/java/full/generator_factory.h
include/google/protobuf/compiler/java/full/make_field_gens.h
include/google/protobuf/compiler/java/full/map_field.h
include/google/protobuf/compiler/java/full/message.h
include/google/protobuf/compiler/java/full/message_builder.h
include/google/protobuf/compiler/java/full/message_field.h
include/google/protobuf/compiler/java/full/primitive_field.h
include/google/protobuf/compiler/java/full/service.h
include/google/protobuf/compiler/java/full/string_field.h
include/google/protobuf/compiler/java/generator.h
include/google/protobuf/compiler/java/generator_common.h
include/google/protobuf/compiler/java/generator_factory.h
include/google/protobuf/compiler/java/helpers.h
include/google/protobuf/compiler/java/internal_helpers.h
include/google/protobuf/compiler/java/java_features.pb.h
include/google/protobuf/compiler/java/lite/enum.h
include/google/protobuf/compiler/java/lite/enum_field.h
include/google/protobuf/compiler/java/lite/extension.h
include/google/protobuf/compiler/java/lite/field_generator.h
include/google/protobuf/compiler/java/lite/generator_factory.h
include/google/protobuf/compiler/java/lite/make_field_gens.h
include/google/protobuf/compiler/java/lite/map_field.h
include/google/protobuf/compiler/java/lite/message.h
include/google/protobuf/compiler/java/lite/message_builder.h
include/google/protobuf/compiler/java/lite/message_field.h
include/google/protobuf/compiler/java/lite/primitive_field.h
include/google/protobuf/compiler/java/lite/string_field.h
include/google/protobuf/compiler/java/message_serialization.h
include/google/protobuf/compiler/java/name_resolver.h
include/google/protobuf/compiler/java/names.h
include/google/protobuf/compiler/java/options.h
include/google/protobuf/compiler/java/shared_code_generator.h
include/google/protobuf/compiler/kotlin/file.h
include/google/protobuf/compiler/kotlin/generator.h
include/google/protobuf/compiler/kotlin/message.h
include/google/protobuf/compiler/objectivec/enum.h
include/google/protobuf/compiler/objectivec/enum_field.h
include/google/protobuf/compiler/objectivec/extension.h
include/google/protobuf/compiler/objectivec/field.h
include/google/protobuf/compiler/objectivec/file.h
include/google/protobuf/compiler/objectivec/generator.h
include/google/protobuf/compiler/objectivec/helpers.h
include/google/protobuf/compiler/objectivec/import_writer.h
include/google/protobuf/compiler/objectivec/line_consumer.h
include/google/protobuf/compiler/objectivec/map_field.h
include/google/protobuf/compiler/objectivec/message.h
include/google/protobuf/compiler/objectivec/message_field.h
include/google/protobuf/compiler/objectivec/names.h
include/google/protobuf/compiler/objectivec/nsobject_methods.h
include/google/protobuf/compiler/objectivec/oneof.h
include/google/protobuf/compiler/objectivec/options.h
include/google/protobuf/compiler/objectivec/primitive_field.h
include/google/protobuf/compiler/objectivec/tf_decode_data.h
include/google/protobuf/compiler/parser.h
include/google/protobuf/compiler/php/names.h
include/google/protobuf/compiler/php/php_generator.h
include/google/protobuf/compiler/plugin.h
include/google/protobuf/compiler/plugin.pb.h
include/google/protobuf/compiler/plugin.proto
include/google/protobuf/compiler/python/generator.h
include/google/protobuf/compiler/python/helpers.h
include/google/protobuf/compiler/python/pyi_generator.h
include/google/protobuf/compiler/retention.h
include/google/protobuf/compiler/ruby/ruby_generator.h
include/google/protobuf/compiler/rust/accessors/accessor_case.h
include/google/protobuf/compiler/rust/accessors/accessors.h
include/google/protobuf/compiler/rust/accessors/default_value.h
include/google/protobuf/compiler/rust/accessors/generator.h
include/google/protobuf/compiler/rust/accessors/with_presence.h
include/google/protobuf/compiler/rust/context.h
include/google/protobuf/compiler/rust/crate_mapping.h
include/google/protobuf/compiler/rust/enum.h
include/google/protobuf/compiler/rust/generator.h
include/google/protobuf/compiler/rust/message.h
include/google/protobuf/compiler/rust/naming.h
include/google/protobuf/compiler/rust/oneof.h
include/google/protobuf/compiler/rust/relative_path.h
include/google/protobuf/compiler/rust/rust_field_type.h
include/google/protobuf/compiler/rust/rust_keywords.h
include/google/protobuf/compiler/rust/upb_helpers.h
include/google/protobuf/compiler/scc.h
include/google/protobuf/compiler/subprocess.h
include/google/protobuf/compiler/versions.h
include/google/protobuf/compiler/zip_writer.h
include/google/protobuf/cpp_edition_defaults.h
include/google/protobuf/cpp_features.pb.h
include/google/protobuf/cpp_features.proto
include/google/protobuf/descriptor.h
include/google/protobuf/descriptor.pb.h
include/google/protobuf/descriptor.proto
include/google/protobuf/descriptor.upb.h
include/google/protobuf/descriptor.upb_minitable.h
include/google/protobuf/descriptor_database.h
include/google/protobuf/descriptor_legacy.h
include/google/protobuf/descriptor_lite.h
include/google/protobuf/descriptor_visitor.h
include/google/protobuf/duration.pb.h
include/google/protobuf/duration.proto
include/google/protobuf/dynamic_message.h
include/google/protobuf/empty.pb.h
include/google/protobuf/empty.proto
include/google/protobuf/endian.h
include/google/protobuf/explicitly_constructed.h
include/google/protobuf/extension_set.h
include/google/protobuf/extension_set_inl.h
include/google/protobuf/feature_resolver.h
include/google/protobuf/field_access_listener.h
include/google/protobuf/field_mask.pb.h
include/google/protobuf/field_mask.proto
include/google/protobuf/generated_enum_reflection.h
include/google/protobuf/generated_enum_util.h
include/google/protobuf/generated_message_bases.h
include/google/protobuf/generated_message_reflection.h
include/google/protobuf/generated_message_tctable_decl.h
include/google/protobuf/generated_message_tctable_gen.h
include/google/protobuf/generated_message_tctable_impl.h
include/google/protobuf/generated_message_util.h
include/google/protobuf/go_features.proto
include/google/protobuf/has_bits.h
include/google/protobuf/implicit_weak_message.h
include/google/protobuf/inlined_string_field.h
include/google/protobuf/internal_visibility.h
include/google/protobuf/io/coded_stream.h
include/google/protobuf/io/gzip_stream.h
include/google/protobuf/io/io_win32.h
include/google/protobuf/io/printer.h
include/google/protobuf/io/strtod.h
include/google/protobuf/io/tokenizer.h
include/google/protobuf/io/zero_copy_sink.h
include/google/protobuf/io/zero_copy_stream.h
include/google/protobuf/io/zero_copy_stream_impl.h
include/google/protobuf/io/zero_copy_stream_impl_lite.h
include/google/protobuf/java_features.proto
include/google/protobuf/json/internal/descriptor_traits.h
include/google/protobuf/json/internal/lexer.h
include/google/protobuf/json/internal/message_path.h
include/google/protobuf/json/internal/parser.h
include/google/protobuf/json/internal/parser_traits.h
include/google/protobuf/json/internal/unparser.h
include/google/protobuf/json/internal/unparser_traits.h
include/google/protobuf/json/internal/untyped_message.h
include/google/protobuf/json/internal/writer.h
include/google/protobuf/json/internal/zero_copy_buffered_stream.h
include/google/protobuf/json/json.h
include/google/protobuf/map.h
include/google/protobuf/map_entry.h
include/google/protobuf/map_field.h
include/google/protobuf/map_field_inl.h
include/google/protobuf/map_field_lite.h
include/google/protobuf/map_type_handler.h
include/google/protobuf/message.h
include/google/protobuf/message_lite.h
include/google/protobuf/metadata.h
include/google/protobuf/metadata_lite.h
include/google/protobuf/parse_context.h
include/google/protobuf/port.h
include/google/protobuf/port_def.inc
include/google/protobuf/port_undef.inc
include/google/protobuf/raw_ptr.h
include/google/protobuf/reflection.h
include/google/protobuf/reflection_internal.h
include/google/protobuf/reflection_mode.h
include/google/protobuf/reflection_ops.h
include/google/protobuf/reflection_visit_field_info.h
include/google/protobuf/reflection_visit_fields.h
include/google/protobuf/repeated_field.h
include/google/protobuf/repeated_ptr_field.h
include/google/protobuf/runtime_version.h
include/google/protobuf/serial_arena.h
include/google/protobuf/service.h
include/google/protobuf/source_context.pb.h
include/google/protobuf/source_context.proto
include/google/protobuf/string_block.h
include/google/protobuf/struct.pb.h
include/google/protobuf/struct.proto
include/google/protobuf/stubs/callback.h
include/google/protobuf/stubs/common.h
include/google/protobuf/stubs/platform_macros.h
include/google/protobuf/stubs/port.h
include/google/protobuf/stubs/status_macros.h
include/google/protobuf/testing/file.h
include/google/protobuf/text_format.h
include/google/protobuf/thread_safe_arena.h
include/google/protobuf/timestamp.pb.h
include/google/protobuf/timestamp.proto
include/google/protobuf/type.pb.h
include/google/protobuf/type.proto
include/google/protobuf/unknown_field_set.h
include/google/protobuf/util/delimited_message_util.h
include/google/protobuf/util/field_comparator.h
include/google/protobuf/util/field_mask_util.h
include/google/protobuf/util/json_util.h
include/google/protobuf/util/message_differencer.h
include/google/protobuf/util/time_util.h
include/google/protobuf/util/type_resolver.h
include/google/protobuf/util/type_resolver_util.h
include/google/protobuf/varint_shuffle.h
include/google/protobuf/wire_format.h
include/google/protobuf/wire_format_lite.h
include/google/protobuf/wrappers.pb.h
include/google/protobuf/wrappers.proto
include/upb/base/descriptor_constants.h
include/upb/base/internal/endian.h
include/upb/base/internal/log2.h
include/upb/base/status.h
include/upb/base/status.hpp
include/upb/base/string_view.h
include/upb/base/upcast.h
include/upb/generated_code_support.h
include/upb/hash/common.h
include/upb/hash/int_table.h
include/upb/hash/str_table.h
include/upb/json/decode.h
include/upb/json/encode.h
include/upb/lex/atoi.h
include/upb/lex/round_trip.h
include/upb/lex/strtod.h
include/upb/lex/unicode.h
include/upb/mem/alloc.h
include/upb/mem/arena.h
include/upb/mem/arena.hpp
include/upb/mem/internal/arena.h
include/upb/message/accessors.h
include/upb/message/array.h
include/upb/message/compare.h
include/upb/message/compat.h
include/upb/message/copy.h
include/upb/message/internal/accessors.h
include/upb/message/internal/array.h
include/upb/message/internal/compare_unknown.h
include/upb/message/internal/extension.h
include/upb/message/internal/iterator.h
include/upb/message/internal/map.h
include/upb/message/internal/map_entry.h
include/upb/message/internal/map_sorter.h
include/upb/message/internal/message.h
include/upb/message/internal/tagged_ptr.h
include/upb/message/internal/types.h
include/upb/message/map.h
include/upb/message/map_gencode_util.h
include/upb/message/merge.h
include/upb/message/message.h
include/upb/message/tagged_ptr.h
include/upb/message/value.h
include/upb/mini_descriptor/build_enum.h
include/upb/mini_descriptor/decode.h
include/upb/mini_descriptor/internal/base92.h
include/upb/mini_descriptor/internal/decoder.h
include/upb/mini_descriptor/internal/encode.h
include/upb/mini_descriptor/internal/encode.hpp
include/upb/mini_descriptor/internal/modifiers.h
include/upb/mini_descriptor/internal/wire_constants.h
include/upb/mini_descriptor/link.h
include/upb/mini_table/enum.h
include/upb/mini_table/extension.h
include/upb/mini_table/extension_registry.h
include/upb/mini_table/field.h
include/upb/mini_table/file.h
include/upb/mini_table/internal/enum.h
include/upb/mini_table/internal/extension.h
include/upb/mini_table/internal/field.h
include/upb/mini_table/internal/file.h
include/upb/mini_table/internal/message.h
include/upb/mini_table/internal/size_log2.h
include/upb/mini_table/internal/sub.h
include/upb/mini_table/message.h
include/upb/mini_table/sub.h
include/upb/port/atomic.h
include/upb/port/def.inc
include/upb/port/undef.inc
include/upb/port/vsnprintf_compat.h
include/upb/reflection/common.h
include/upb/reflection/def.h
include/upb/reflection/def.hpp
include/upb/reflection/def_pool.h
include/upb/reflection/def_type.h
include/upb/reflection/descriptor_bootstrap.h
include/upb/reflection/enum_def.h
include/upb/reflection/enum_reserved_range.h
include/upb/reflection/enum_value_def.h
include/upb/reflection/extension_range.h
include/upb/reflection/field_def.h
include/upb/reflection/file_def.h
include/upb/reflection/internal/def_pool.h
include/upb/reflection/internal/desc_state.h
include/upb/reflection/internal/enum_def.h
include/upb/reflection/internal/enum_reserved_range.h
include/upb/reflection/internal/enum_value_def.h
include/upb/reflection/internal/extension_range.h
include/upb/reflection/internal/field_def.h
include/upb/reflection/internal/file_def.h
include/upb/reflection/internal/message_def.h
include/upb/reflection/internal/message_reserved_range.h
include/upb/reflection/internal/method_def.h
include/upb/reflection/internal/oneof_def.h
include/upb/reflection/internal/service_def.h
include/upb/reflection/internal/upb_edition_defaults.h
include/upb/reflection/message.h
include/upb/reflection/message.hpp
include/upb/reflection/message_def.h
include/upb/reflection/message_reserved_range.h
include/upb/reflection/method_def.h
include/upb/reflection/oneof_def.h
include/upb/reflection/service_def.h
include/upb/text/encode.h
include/upb/text/internal/encode.h
include/upb/text/options.h
include/upb/util/def_to_proto.h
include/upb/util/required_fields.h
include/upb/wire/byte_size.h
include/upb/wire/decode.h
include/upb/wire/encode.h
include/upb/wire/eps_copy_input_stream.h
include/upb/wire/internal/decode_fast.h
include/upb/wire/reader.h
include/upb/wire/types.h
include/upb_generator/common/names.h
include/upb_generator/minitable/names.h
include/upb_generator/minitable/names_internal.h
include/utf8_range.h
include/utf8_validity.h
lib/cmake/protobuf/protobuf-config-version.cmake
lib/cmake/protobuf/protobuf-config.cmake
lib/cmake/protobuf/protobuf-generate.cmake
lib/cmake/protobuf/protobuf-module.cmake
lib/cmake/protobuf/protobuf-options.cmake
lib/cmake/protobuf/protobuf-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/protobuf/protobuf-targets.cmake
lib/cmake/utf8_range/utf8_range-config.cmake
lib/cmake/utf8_range/utf8_range-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/utf8_range/utf8_range-targets.cmake
lib/libprotobuf-lite.so
lib/libprotobuf-lite.so.%%PORTVERSION%%.0
lib/libprotobuf.so
lib/libprotobuf.so.%%PORTVERSION%%.0
lib/libprotoc.so
lib/libprotoc.so.%%PORTVERSION%%.0
lib/libupb.a
lib/libutf8_range.so
lib/libutf8_validity.so
libdata/pkgconfig/protobuf-lite.pc
libdata/pkgconfig/protobuf.pc
libdata/pkgconfig/upb.pc
libdata/pkgconfig/utf8_range.pc
|