File: SOURCES.txt

package info (click to toggle)
python-grpc-tools 1.14.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,312 kB
  • sloc: cpp: 168,051; makefile: 875; python: 209; javascript: 110; sh: 57
file content (896 lines) | stat: -rw-r--r-- 55,445 bytes parent folder | download | duplicates (3)
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
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
MANIFEST.in
README.rst
grpc_version.py
protoc_lib_deps.py
setup.py
grpc_root/include/grpc/byte_buffer.h
grpc_root/include/grpc/byte_buffer_reader.h
grpc_root/include/grpc/census.h
grpc_root/include/grpc/compression.h
grpc_root/include/grpc/fork.h
grpc_root/include/grpc/grpc.h
grpc_root/include/grpc/grpc_cronet.h
grpc_root/include/grpc/grpc_posix.h
grpc_root/include/grpc/grpc_security.h
grpc_root/include/grpc/grpc_security_constants.h
grpc_root/include/grpc/load_reporting.h
grpc_root/include/grpc/module.modulemap
grpc_root/include/grpc/slice.h
grpc_root/include/grpc/slice_buffer.h
grpc_root/include/grpc/status.h
grpc_root/include/grpc++/alarm.h
grpc_root/include/grpc++/channel.h
grpc_root/include/grpc++/client_context.h
grpc_root/include/grpc++/completion_queue.h
grpc_root/include/grpc++/create_channel.h
grpc_root/include/grpc++/create_channel_posix.h
grpc_root/include/grpc++/grpc++.h
grpc_root/include/grpc++/health_check_service_interface.h
grpc_root/include/grpc++/resource_quota.h
grpc_root/include/grpc++/server.h
grpc_root/include/grpc++/server_builder.h
grpc_root/include/grpc++/server_context.h
grpc_root/include/grpc++/server_posix.h
grpc_root/include/grpc++/ext/health_check_service_server_builder_option.h
grpc_root/include/grpc++/ext/proto_server_reflection_plugin.h
grpc_root/include/grpc++/generic/async_generic_service.h
grpc_root/include/grpc++/generic/generic_stub.h
grpc_root/include/grpc++/impl/call.h
grpc_root/include/grpc++/impl/channel_argument_option.h
grpc_root/include/grpc++/impl/client_unary_call.h
grpc_root/include/grpc++/impl/grpc_library.h
grpc_root/include/grpc++/impl/method_handler_impl.h
grpc_root/include/grpc++/impl/rpc_method.h
grpc_root/include/grpc++/impl/rpc_service_method.h
grpc_root/include/grpc++/impl/serialization_traits.h
grpc_root/include/grpc++/impl/server_builder_option.h
grpc_root/include/grpc++/impl/server_builder_plugin.h
grpc_root/include/grpc++/impl/server_initializer.h
grpc_root/include/grpc++/impl/service_type.h
grpc_root/include/grpc++/impl/sync_cxx11.h
grpc_root/include/grpc++/impl/sync_no_cxx11.h
grpc_root/include/grpc++/impl/codegen/async_stream.h
grpc_root/include/grpc++/impl/codegen/async_unary_call.h
grpc_root/include/grpc++/impl/codegen/byte_buffer.h
grpc_root/include/grpc++/impl/codegen/call.h
grpc_root/include/grpc++/impl/codegen/call_hook.h
grpc_root/include/grpc++/impl/codegen/channel_interface.h
grpc_root/include/grpc++/impl/codegen/client_context.h
grpc_root/include/grpc++/impl/codegen/client_unary_call.h
grpc_root/include/grpc++/impl/codegen/completion_queue.h
grpc_root/include/grpc++/impl/codegen/completion_queue_tag.h
grpc_root/include/grpc++/impl/codegen/config.h
grpc_root/include/grpc++/impl/codegen/config_protobuf.h
grpc_root/include/grpc++/impl/codegen/core_codegen.h
grpc_root/include/grpc++/impl/codegen/core_codegen_interface.h
grpc_root/include/grpc++/impl/codegen/create_auth_context.h
grpc_root/include/grpc++/impl/codegen/grpc_library.h
grpc_root/include/grpc++/impl/codegen/metadata_map.h
grpc_root/include/grpc++/impl/codegen/method_handler_impl.h
grpc_root/include/grpc++/impl/codegen/proto_utils.h
grpc_root/include/grpc++/impl/codegen/rpc_method.h
grpc_root/include/grpc++/impl/codegen/rpc_service_method.h
grpc_root/include/grpc++/impl/codegen/serialization_traits.h
grpc_root/include/grpc++/impl/codegen/server_context.h
grpc_root/include/grpc++/impl/codegen/server_interface.h
grpc_root/include/grpc++/impl/codegen/service_type.h
grpc_root/include/grpc++/impl/codegen/slice.h
grpc_root/include/grpc++/impl/codegen/status.h
grpc_root/include/grpc++/impl/codegen/status_code_enum.h
grpc_root/include/grpc++/impl/codegen/string_ref.h
grpc_root/include/grpc++/impl/codegen/stub_options.h
grpc_root/include/grpc++/impl/codegen/sync_stream.h
grpc_root/include/grpc++/impl/codegen/time.h
grpc_root/include/grpc++/impl/codegen/security/auth_context.h
grpc_root/include/grpc++/security/auth_context.h
grpc_root/include/grpc++/security/auth_metadata_processor.h
grpc_root/include/grpc++/security/credentials.h
grpc_root/include/grpc++/security/server_credentials.h
grpc_root/include/grpc++/support/async_stream.h
grpc_root/include/grpc++/support/async_unary_call.h
grpc_root/include/grpc++/support/byte_buffer.h
grpc_root/include/grpc++/support/channel_arguments.h
grpc_root/include/grpc++/support/config.h
grpc_root/include/grpc++/support/error_details.h
grpc_root/include/grpc++/support/slice.h
grpc_root/include/grpc++/support/status.h
grpc_root/include/grpc++/support/status_code_enum.h
grpc_root/include/grpc++/support/string_ref.h
grpc_root/include/grpc++/support/stub_options.h
grpc_root/include/grpc++/support/sync_stream.h
grpc_root/include/grpc++/support/time.h
grpc_root/include/grpc++/test/mock_stream.h
grpc_root/include/grpc++/test/server_context_test_spouse.h
grpc_root/include/grpc/impl/codegen/atm.h
grpc_root/include/grpc/impl/codegen/atm_gcc_atomic.h
grpc_root/include/grpc/impl/codegen/atm_gcc_sync.h
grpc_root/include/grpc/impl/codegen/atm_windows.h
grpc_root/include/grpc/impl/codegen/byte_buffer.h
grpc_root/include/grpc/impl/codegen/byte_buffer_reader.h
grpc_root/include/grpc/impl/codegen/compression_types.h
grpc_root/include/grpc/impl/codegen/connectivity_state.h
grpc_root/include/grpc/impl/codegen/fork.h
grpc_root/include/grpc/impl/codegen/gpr_slice.h
grpc_root/include/grpc/impl/codegen/gpr_types.h
grpc_root/include/grpc/impl/codegen/grpc_types.h
grpc_root/include/grpc/impl/codegen/log.h
grpc_root/include/grpc/impl/codegen/port_platform.h
grpc_root/include/grpc/impl/codegen/propagation_bits.h
grpc_root/include/grpc/impl/codegen/slice.h
grpc_root/include/grpc/impl/codegen/status.h
grpc_root/include/grpc/impl/codegen/sync.h
grpc_root/include/grpc/impl/codegen/sync_custom.h
grpc_root/include/grpc/impl/codegen/sync_generic.h
grpc_root/include/grpc/impl/codegen/sync_posix.h
grpc_root/include/grpc/impl/codegen/sync_windows.h
grpc_root/include/grpc/support/alloc.h
grpc_root/include/grpc/support/atm.h
grpc_root/include/grpc/support/atm_gcc_atomic.h
grpc_root/include/grpc/support/atm_gcc_sync.h
grpc_root/include/grpc/support/atm_windows.h
grpc_root/include/grpc/support/cpu.h
grpc_root/include/grpc/support/log.h
grpc_root/include/grpc/support/log_windows.h
grpc_root/include/grpc/support/port_platform.h
grpc_root/include/grpc/support/string_util.h
grpc_root/include/grpc/support/sync.h
grpc_root/include/grpc/support/sync_custom.h
grpc_root/include/grpc/support/sync_generic.h
grpc_root/include/grpc/support/sync_posix.h
grpc_root/include/grpc/support/sync_windows.h
grpc_root/include/grpc/support/thd_id.h
grpc_root/include/grpc/support/time.h
grpc_root/include/grpc/support/workaround_list.h
grpc_root/include/grpcpp/alarm.h
grpc_root/include/grpcpp/channel.h
grpc_root/include/grpcpp/client_context.h
grpc_root/include/grpcpp/completion_queue.h
grpc_root/include/grpcpp/create_channel.h
grpc_root/include/grpcpp/create_channel_posix.h
grpc_root/include/grpcpp/grpcpp.h
grpc_root/include/grpcpp/health_check_service_interface.h
grpc_root/include/grpcpp/opencensus.h
grpc_root/include/grpcpp/resource_quota.h
grpc_root/include/grpcpp/server.h
grpc_root/include/grpcpp/server_builder.h
grpc_root/include/grpcpp/server_context.h
grpc_root/include/grpcpp/server_posix.h
grpc_root/include/grpcpp/ext/health_check_service_server_builder_option.h
grpc_root/include/grpcpp/ext/proto_server_reflection_plugin.h
grpc_root/include/grpcpp/ext/server_load_reporting.h
grpc_root/include/grpcpp/generic/async_generic_service.h
grpc_root/include/grpcpp/generic/generic_stub.h
grpc_root/include/grpcpp/impl/README.md
grpc_root/include/grpcpp/impl/call.h
grpc_root/include/grpcpp/impl/channel_argument_option.h
grpc_root/include/grpcpp/impl/client_unary_call.h
grpc_root/include/grpcpp/impl/grpc_library.h
grpc_root/include/grpcpp/impl/method_handler_impl.h
grpc_root/include/grpcpp/impl/rpc_method.h
grpc_root/include/grpcpp/impl/rpc_service_method.h
grpc_root/include/grpcpp/impl/serialization_traits.h
grpc_root/include/grpcpp/impl/server_builder_option.h
grpc_root/include/grpcpp/impl/server_builder_plugin.h
grpc_root/include/grpcpp/impl/server_initializer.h
grpc_root/include/grpcpp/impl/service_type.h
grpc_root/include/grpcpp/impl/sync_cxx11.h
grpc_root/include/grpcpp/impl/sync_no_cxx11.h
grpc_root/include/grpcpp/impl/codegen/async_generic_service.h
grpc_root/include/grpcpp/impl/codegen/async_stream.h
grpc_root/include/grpcpp/impl/codegen/async_unary_call.h
grpc_root/include/grpcpp/impl/codegen/byte_buffer.h
grpc_root/include/grpcpp/impl/codegen/call.h
grpc_root/include/grpcpp/impl/codegen/call_hook.h
grpc_root/include/grpcpp/impl/codegen/channel_interface.h
grpc_root/include/grpcpp/impl/codegen/client_context.h
grpc_root/include/grpcpp/impl/codegen/client_unary_call.h
grpc_root/include/grpcpp/impl/codegen/completion_queue.h
grpc_root/include/grpcpp/impl/codegen/completion_queue_tag.h
grpc_root/include/grpcpp/impl/codegen/config.h
grpc_root/include/grpcpp/impl/codegen/config_protobuf.h
grpc_root/include/grpcpp/impl/codegen/core_codegen.h
grpc_root/include/grpcpp/impl/codegen/core_codegen_interface.h
grpc_root/include/grpcpp/impl/codegen/create_auth_context.h
grpc_root/include/grpcpp/impl/codegen/grpc_library.h
grpc_root/include/grpcpp/impl/codegen/metadata_map.h
grpc_root/include/grpcpp/impl/codegen/method_handler_impl.h
grpc_root/include/grpcpp/impl/codegen/proto_buffer_reader.h
grpc_root/include/grpcpp/impl/codegen/proto_buffer_writer.h
grpc_root/include/grpcpp/impl/codegen/proto_utils.h
grpc_root/include/grpcpp/impl/codegen/rpc_method.h
grpc_root/include/grpcpp/impl/codegen/rpc_service_method.h
grpc_root/include/grpcpp/impl/codegen/serialization_traits.h
grpc_root/include/grpcpp/impl/codegen/server_context.h
grpc_root/include/grpcpp/impl/codegen/server_interface.h
grpc_root/include/grpcpp/impl/codegen/service_type.h
grpc_root/include/grpcpp/impl/codegen/slice.h
grpc_root/include/grpcpp/impl/codegen/status.h
grpc_root/include/grpcpp/impl/codegen/status_code_enum.h
grpc_root/include/grpcpp/impl/codegen/string_ref.h
grpc_root/include/grpcpp/impl/codegen/stub_options.h
grpc_root/include/grpcpp/impl/codegen/sync_stream.h
grpc_root/include/grpcpp/impl/codegen/time.h
grpc_root/include/grpcpp/impl/codegen/security/auth_context.h
grpc_root/include/grpcpp/security/auth_context.h
grpc_root/include/grpcpp/security/auth_metadata_processor.h
grpc_root/include/grpcpp/security/credentials.h
grpc_root/include/grpcpp/security/server_credentials.h
grpc_root/include/grpcpp/support/async_stream.h
grpc_root/include/grpcpp/support/async_unary_call.h
grpc_root/include/grpcpp/support/byte_buffer.h
grpc_root/include/grpcpp/support/channel_arguments.h
grpc_root/include/grpcpp/support/config.h
grpc_root/include/grpcpp/support/error_details.h
grpc_root/include/grpcpp/support/proto_buffer_reader.h
grpc_root/include/grpcpp/support/proto_buffer_writer.h
grpc_root/include/grpcpp/support/slice.h
grpc_root/include/grpcpp/support/status.h
grpc_root/include/grpcpp/support/status_code_enum.h
grpc_root/include/grpcpp/support/string_ref.h
grpc_root/include/grpcpp/support/stub_options.h
grpc_root/include/grpcpp/support/sync_stream.h
grpc_root/include/grpcpp/support/time.h
grpc_root/include/grpcpp/test/mock_stream.h
grpc_root/include/grpcpp/test/server_context_test_spouse.h
grpc_root/src/compiler/README.md
grpc_root/src/compiler/config.h
grpc_root/src/compiler/cpp_generator.cc
grpc_root/src/compiler/cpp_generator.h
grpc_root/src/compiler/cpp_generator_helpers.h
grpc_root/src/compiler/cpp_plugin.cc
grpc_root/src/compiler/csharp_generator.cc
grpc_root/src/compiler/csharp_generator.h
grpc_root/src/compiler/csharp_generator_helpers.h
grpc_root/src/compiler/csharp_plugin.cc
grpc_root/src/compiler/generator_helpers.h
grpc_root/src/compiler/node_generator.cc
grpc_root/src/compiler/node_generator.h
grpc_root/src/compiler/node_generator_helpers.h
grpc_root/src/compiler/node_plugin.cc
grpc_root/src/compiler/objective_c_generator.cc
grpc_root/src/compiler/objective_c_generator.h
grpc_root/src/compiler/objective_c_generator_helpers.h
grpc_root/src/compiler/objective_c_plugin.cc
grpc_root/src/compiler/php_generator.cc
grpc_root/src/compiler/php_generator.h
grpc_root/src/compiler/php_generator_helpers.h
grpc_root/src/compiler/php_plugin.cc
grpc_root/src/compiler/protobuf_plugin.h
grpc_root/src/compiler/python_generator.cc
grpc_root/src/compiler/python_generator.h
grpc_root/src/compiler/python_generator_helpers.h
grpc_root/src/compiler/python_plugin.cc
grpc_root/src/compiler/python_private_generator.h
grpc_root/src/compiler/ruby_generator.cc
grpc_root/src/compiler/ruby_generator.h
grpc_root/src/compiler/ruby_generator_helpers-inl.h
grpc_root/src/compiler/ruby_generator_map-inl.h
grpc_root/src/compiler/ruby_generator_string-inl.h
grpc_root/src/compiler/ruby_plugin.cc
grpc_root/src/compiler/schema_interface.h
grpc_tools/__init__.py
grpc_tools/_protoc_compiler.cpp
grpc_tools/_protoc_compiler.pyx
grpc_tools/command.py
grpc_tools/main.cc
grpc_tools/main.h
grpc_tools/protobuf_generated_well_known_types_embed.cc
grpc_tools/protoc.py
grpc_tools/_proto/google/protobuf/any.proto
grpc_tools/_proto/google/protobuf/api.proto
grpc_tools/_proto/google/protobuf/descriptor.proto
grpc_tools/_proto/google/protobuf/duration.proto
grpc_tools/_proto/google/protobuf/empty.proto
grpc_tools/_proto/google/protobuf/field_mask.proto
grpc_tools/_proto/google/protobuf/source_context.proto
grpc_tools/_proto/google/protobuf/struct.proto
grpc_tools/_proto/google/protobuf/timestamp.proto
grpc_tools/_proto/google/protobuf/type.proto
grpc_tools/_proto/google/protobuf/wrappers.proto
grpc_tools/_proto/google/protobuf/compiler/plugin.proto
grpcio_tools.egg-info/PKG-INFO
grpcio_tools.egg-info/SOURCES.txt
grpcio_tools.egg-info/dependency_links.txt
grpcio_tools.egg-info/requires.txt
grpcio_tools.egg-info/top_level.txt
third_party/protobuf/src/Makefile.am
third_party/protobuf/src/README.md
third_party/protobuf/src/libprotobuf-lite.map
third_party/protobuf/src/libprotobuf.map
third_party/protobuf/src/libprotoc.map
third_party/protobuf/src/google/protobuf/any.cc
third_party/protobuf/src/google/protobuf/any.h
third_party/protobuf/src/google/protobuf/any.pb.cc
third_party/protobuf/src/google/protobuf/any.pb.h
third_party/protobuf/src/google/protobuf/any.proto
third_party/protobuf/src/google/protobuf/any_test.cc
third_party/protobuf/src/google/protobuf/any_test.proto
third_party/protobuf/src/google/protobuf/api.pb.cc
third_party/protobuf/src/google/protobuf/api.pb.h
third_party/protobuf/src/google/protobuf/api.proto
third_party/protobuf/src/google/protobuf/arena.cc
third_party/protobuf/src/google/protobuf/arena.h
third_party/protobuf/src/google/protobuf/arena_impl.h
third_party/protobuf/src/google/protobuf/arena_test_util.cc
third_party/protobuf/src/google/protobuf/arena_test_util.h
third_party/protobuf/src/google/protobuf/arena_unittest.cc
third_party/protobuf/src/google/protobuf/arenastring.cc
third_party/protobuf/src/google/protobuf/arenastring.h
third_party/protobuf/src/google/protobuf/arenastring_unittest.cc
third_party/protobuf/src/google/protobuf/descriptor.cc
third_party/protobuf/src/google/protobuf/descriptor.h
third_party/protobuf/src/google/protobuf/descriptor.pb.cc
third_party/protobuf/src/google/protobuf/descriptor.pb.h
third_party/protobuf/src/google/protobuf/descriptor.proto
third_party/protobuf/src/google/protobuf/descriptor_database.cc
third_party/protobuf/src/google/protobuf/descriptor_database.h
third_party/protobuf/src/google/protobuf/descriptor_database_unittest.cc
third_party/protobuf/src/google/protobuf/descriptor_unittest.cc
third_party/protobuf/src/google/protobuf/drop_unknown_fields_test.cc
third_party/protobuf/src/google/protobuf/duration.pb.cc
third_party/protobuf/src/google/protobuf/duration.pb.h
third_party/protobuf/src/google/protobuf/duration.proto
third_party/protobuf/src/google/protobuf/dynamic_message.cc
third_party/protobuf/src/google/protobuf/dynamic_message.h
third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc
third_party/protobuf/src/google/protobuf/empty.pb.cc
third_party/protobuf/src/google/protobuf/empty.pb.h
third_party/protobuf/src/google/protobuf/empty.proto
third_party/protobuf/src/google/protobuf/extension_set.cc
third_party/protobuf/src/google/protobuf/extension_set.h
third_party/protobuf/src/google/protobuf/extension_set_heavy.cc
third_party/protobuf/src/google/protobuf/extension_set_unittest.cc
third_party/protobuf/src/google/protobuf/field_mask.pb.cc
third_party/protobuf/src/google/protobuf/field_mask.pb.h
third_party/protobuf/src/google/protobuf/field_mask.proto
third_party/protobuf/src/google/protobuf/generated_enum_reflection.h
third_party/protobuf/src/google/protobuf/generated_enum_util.h
third_party/protobuf/src/google/protobuf/generated_message_reflection.cc
third_party/protobuf/src/google/protobuf/generated_message_reflection.h
third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc
third_party/protobuf/src/google/protobuf/generated_message_table_driven.cc
third_party/protobuf/src/google/protobuf/generated_message_table_driven.h
third_party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc
third_party/protobuf/src/google/protobuf/generated_message_table_driven_lite.h
third_party/protobuf/src/google/protobuf/generated_message_util.cc
third_party/protobuf/src/google/protobuf/generated_message_util.h
third_party/protobuf/src/google/protobuf/has_bits.h
third_party/protobuf/src/google/protobuf/implicit_weak_message.cc
third_party/protobuf/src/google/protobuf/implicit_weak_message.h
third_party/protobuf/src/google/protobuf/lite_arena_unittest.cc
third_party/protobuf/src/google/protobuf/lite_unittest.cc
third_party/protobuf/src/google/protobuf/map.h
third_party/protobuf/src/google/protobuf/map_entry.h
third_party/protobuf/src/google/protobuf/map_entry_lite.h
third_party/protobuf/src/google/protobuf/map_field.cc
third_party/protobuf/src/google/protobuf/map_field.h
third_party/protobuf/src/google/protobuf/map_field_inl.h
third_party/protobuf/src/google/protobuf/map_field_lite.h
third_party/protobuf/src/google/protobuf/map_field_test.cc
third_party/protobuf/src/google/protobuf/map_lite_test_util.cc
third_party/protobuf/src/google/protobuf/map_lite_test_util.h
third_party/protobuf/src/google/protobuf/map_lite_unittest.proto
third_party/protobuf/src/google/protobuf/map_proto2_unittest.proto
third_party/protobuf/src/google/protobuf/map_test.cc
third_party/protobuf/src/google/protobuf/map_test_util.cc
third_party/protobuf/src/google/protobuf/map_test_util.h
third_party/protobuf/src/google/protobuf/map_test_util_impl.h
third_party/protobuf/src/google/protobuf/map_type_handler.h
third_party/protobuf/src/google/protobuf/map_unittest.proto
third_party/protobuf/src/google/protobuf/map_unittest_proto3.proto
third_party/protobuf/src/google/protobuf/message.cc
third_party/protobuf/src/google/protobuf/message.h
third_party/protobuf/src/google/protobuf/message_lite.cc
third_party/protobuf/src/google/protobuf/message_lite.h
third_party/protobuf/src/google/protobuf/message_unittest.cc
third_party/protobuf/src/google/protobuf/metadata.h
third_party/protobuf/src/google/protobuf/metadata_lite.h
third_party/protobuf/src/google/protobuf/no_field_presence_test.cc
third_party/protobuf/src/google/protobuf/package_info.h
third_party/protobuf/src/google/protobuf/preserve_unknown_enum_test.cc
third_party/protobuf/src/google/protobuf/proto3_arena_lite_unittest.cc
third_party/protobuf/src/google/protobuf/proto3_arena_unittest.cc
third_party/protobuf/src/google/protobuf/proto3_lite_unittest.cc
third_party/protobuf/src/google/protobuf/reflection.h
third_party/protobuf/src/google/protobuf/reflection_internal.h
third_party/protobuf/src/google/protobuf/reflection_ops.cc
third_party/protobuf/src/google/protobuf/reflection_ops.h
third_party/protobuf/src/google/protobuf/reflection_ops_unittest.cc
third_party/protobuf/src/google/protobuf/repeated_field.cc
third_party/protobuf/src/google/protobuf/repeated_field.h
third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc
third_party/protobuf/src/google/protobuf/repeated_field_unittest.cc
third_party/protobuf/src/google/protobuf/service.cc
third_party/protobuf/src/google/protobuf/service.h
third_party/protobuf/src/google/protobuf/source_context.pb.cc
third_party/protobuf/src/google/protobuf/source_context.pb.h
third_party/protobuf/src/google/protobuf/source_context.proto
third_party/protobuf/src/google/protobuf/struct.pb.cc
third_party/protobuf/src/google/protobuf/struct.pb.h
third_party/protobuf/src/google/protobuf/struct.proto
third_party/protobuf/src/google/protobuf/test_messages_proto2.proto
third_party/protobuf/src/google/protobuf/test_messages_proto3.proto
third_party/protobuf/src/google/protobuf/test_util.cc
third_party/protobuf/src/google/protobuf/test_util.h
third_party/protobuf/src/google/protobuf/test_util_lite.cc
third_party/protobuf/src/google/protobuf/test_util_lite.h
third_party/protobuf/src/google/protobuf/text_format.cc
third_party/protobuf/src/google/protobuf/text_format.h
third_party/protobuf/src/google/protobuf/text_format_unittest.cc
third_party/protobuf/src/google/protobuf/timestamp.pb.cc
third_party/protobuf/src/google/protobuf/timestamp.pb.h
third_party/protobuf/src/google/protobuf/timestamp.proto
third_party/protobuf/src/google/protobuf/type.pb.cc
third_party/protobuf/src/google/protobuf/type.pb.h
third_party/protobuf/src/google/protobuf/type.proto
third_party/protobuf/src/google/protobuf/unittest.proto
third_party/protobuf/src/google/protobuf/unittest_arena.proto
third_party/protobuf/src/google/protobuf/unittest_custom_options.proto
third_party/protobuf/src/google/protobuf/unittest_drop_unknown_fields.proto
third_party/protobuf/src/google/protobuf/unittest_embed_optimize_for.proto
third_party/protobuf/src/google/protobuf/unittest_empty.proto
third_party/protobuf/src/google/protobuf/unittest_enormous_descriptor.proto
third_party/protobuf/src/google/protobuf/unittest_import.proto
third_party/protobuf/src/google/protobuf/unittest_import_lite.proto
third_party/protobuf/src/google/protobuf/unittest_import_proto3.proto
third_party/protobuf/src/google/protobuf/unittest_import_public.proto
third_party/protobuf/src/google/protobuf/unittest_import_public_lite.proto
third_party/protobuf/src/google/protobuf/unittest_import_public_proto3.proto
third_party/protobuf/src/google/protobuf/unittest_lazy_dependencies.proto
third_party/protobuf/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto
third_party/protobuf/src/google/protobuf/unittest_lazy_dependencies_enum.proto
third_party/protobuf/src/google/protobuf/unittest_lite.proto
third_party/protobuf/src/google/protobuf/unittest_lite_imports_nonlite.proto
third_party/protobuf/src/google/protobuf/unittest_mset.proto
third_party/protobuf/src/google/protobuf/unittest_mset_wire_format.proto
third_party/protobuf/src/google/protobuf/unittest_no_arena.proto
third_party/protobuf/src/google/protobuf/unittest_no_arena_import.proto
third_party/protobuf/src/google/protobuf/unittest_no_arena_lite.proto
third_party/protobuf/src/google/protobuf/unittest_no_field_presence.proto
third_party/protobuf/src/google/protobuf/unittest_no_generic_services.proto
third_party/protobuf/src/google/protobuf/unittest_optimize_for.proto
third_party/protobuf/src/google/protobuf/unittest_preserve_unknown_enum.proto
third_party/protobuf/src/google/protobuf/unittest_preserve_unknown_enum2.proto
third_party/protobuf/src/google/protobuf/unittest_proto3.proto
third_party/protobuf/src/google/protobuf/unittest_proto3_arena.proto
third_party/protobuf/src/google/protobuf/unittest_proto3_arena_lite.proto
third_party/protobuf/src/google/protobuf/unittest_proto3_lite.proto
third_party/protobuf/src/google/protobuf/unittest_well_known_types.proto
third_party/protobuf/src/google/protobuf/unknown_field_set.cc
third_party/protobuf/src/google/protobuf/unknown_field_set.h
third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc
third_party/protobuf/src/google/protobuf/well_known_types_unittest.cc
third_party/protobuf/src/google/protobuf/wire_format.cc
third_party/protobuf/src/google/protobuf/wire_format.h
third_party/protobuf/src/google/protobuf/wire_format_lite.cc
third_party/protobuf/src/google/protobuf/wire_format_lite.h
third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h
third_party/protobuf/src/google/protobuf/wire_format_unittest.cc
third_party/protobuf/src/google/protobuf/wrappers.pb.cc
third_party/protobuf/src/google/protobuf/wrappers.pb.h
third_party/protobuf/src/google/protobuf/wrappers.proto
third_party/protobuf/src/google/protobuf/compiler/annotation_test_util.cc
third_party/protobuf/src/google/protobuf/compiler/annotation_test_util.h
third_party/protobuf/src/google/protobuf/compiler/code_generator.cc
third_party/protobuf/src/google/protobuf/compiler/code_generator.h
third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc
third_party/protobuf/src/google/protobuf/compiler/command_line_interface.h
third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/importer.cc
third_party/protobuf/src/google/protobuf/compiler/importer.h
third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/main.cc
third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.cc
third_party/protobuf/src/google/protobuf/compiler/mock_code_generator.h
third_party/protobuf/src/google/protobuf/compiler/package_info.h
third_party/protobuf/src/google/protobuf/compiler/parser.cc
third_party/protobuf/src/google/protobuf/compiler/parser.h
third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/plugin.cc
third_party/protobuf/src/google/protobuf/compiler/plugin.h
third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc
third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h
third_party/protobuf/src/google/protobuf/compiler/plugin.proto
third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
third_party/protobuf/src/google/protobuf/compiler/subprocess.h
third_party/protobuf/src/google/protobuf/compiler/test_plugin.cc
third_party/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh
third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc
third_party/protobuf/src/google/protobuf/compiler/zip_writer.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_layout_helper.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_move_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_options.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.h
third_party/protobuf/src/google/protobuf/compiler/cpp/metadata_test.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_names.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_options.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc
third_party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.h
third_party/protobuf/src/google/protobuf/compiler/java/java_context.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_context.h
third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.h
third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h
third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.h
third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_extension.h
third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_field.h
third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_file.h
third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_generator.h
third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.h
third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h
third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field.h
third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_lazy_message_field_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_map_field.h
third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_message.h
third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder.h
third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.h
third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h
third_party/protobuf/src/google/protobuf/compiler/java/java_names.h
third_party/protobuf/src/google/protobuf/compiler/java/java_options.h
third_party/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h
third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.h
third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_service.h
third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.h
third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.h
third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc
third_party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_enum.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_enum.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_enum_field.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_enum_field.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_extension.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_extension.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_field.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_field.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_file.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_file.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_generator.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_generator.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_helpers.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_helpers.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_map_field.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_map_field.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_message.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_message.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_message_field.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_message_field.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_params.h
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_primitive_field.cc
third_party/protobuf/src/google/protobuf/compiler/javanano/javanano_primitive_field.h
third_party/protobuf/src/google/protobuf/compiler/js/embed.cc
third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc
third_party/protobuf/src/google/protobuf/compiler/js/js_generator.h
third_party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.h
third_party/protobuf/src/google/protobuf/compiler/js/well_known_types/any.js
third_party/protobuf/src/google/protobuf/compiler/js/well_known_types/struct.js
third_party/protobuf/src/google/protobuf/compiler/js/well_known_types/timestamp.js
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.h
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc
third_party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.cc
third_party/protobuf/src/google/protobuf/compiler/php/php_generator.h
third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc
third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h
third_party/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc
third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code.proto
third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generated_code_pb.rb
third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc
third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.h
third_party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator_unittest.cc
third_party/protobuf/src/google/protobuf/io/coded_stream.cc
third_party/protobuf/src/google/protobuf/io/coded_stream.h
third_party/protobuf/src/google/protobuf/io/coded_stream_inl.h
third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc
third_party/protobuf/src/google/protobuf/io/gzip_stream.cc
third_party/protobuf/src/google/protobuf/io/gzip_stream.h
third_party/protobuf/src/google/protobuf/io/gzip_stream_unittest.sh
third_party/protobuf/src/google/protobuf/io/package_info.h
third_party/protobuf/src/google/protobuf/io/printer.cc
third_party/protobuf/src/google/protobuf/io/printer.h
third_party/protobuf/src/google/protobuf/io/printer_unittest.cc
third_party/protobuf/src/google/protobuf/io/strtod.cc
third_party/protobuf/src/google/protobuf/io/strtod.h
third_party/protobuf/src/google/protobuf/io/tokenizer.cc
third_party/protobuf/src/google/protobuf/io/tokenizer.h
third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc
third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc
third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/atomic_sequence_num.h
third_party/protobuf/src/google/protobuf/stubs/atomicops.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_gcc.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_arm_qnx.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_gcc.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_power.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_solaris.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_tsan.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.h
third_party/protobuf/src/google/protobuf/stubs/bytestream.cc
third_party/protobuf/src/google/protobuf/stubs/bytestream.h
third_party/protobuf/src/google/protobuf/stubs/bytestream_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/callback.h
third_party/protobuf/src/google/protobuf/stubs/casts.h
third_party/protobuf/src/google/protobuf/stubs/common.cc
third_party/protobuf/src/google/protobuf/stubs/common.h
third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/fastmem.h
third_party/protobuf/src/google/protobuf/stubs/hash.h
third_party/protobuf/src/google/protobuf/stubs/int128.cc
third_party/protobuf/src/google/protobuf/stubs/int128.h
third_party/protobuf/src/google/protobuf/stubs/int128_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/io_win32.cc
third_party/protobuf/src/google/protobuf/stubs/io_win32.h
third_party/protobuf/src/google/protobuf/stubs/io_win32_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/logging.h
third_party/protobuf/src/google/protobuf/stubs/macros.h
third_party/protobuf/src/google/protobuf/stubs/map_util.h
third_party/protobuf/src/google/protobuf/stubs/mathlimits.cc
third_party/protobuf/src/google/protobuf/stubs/mathlimits.h
third_party/protobuf/src/google/protobuf/stubs/mathutil.h
third_party/protobuf/src/google/protobuf/stubs/mutex.h
third_party/protobuf/src/google/protobuf/stubs/once.cc
third_party/protobuf/src/google/protobuf/stubs/once.h
third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/platform_macros.h
third_party/protobuf/src/google/protobuf/stubs/port.h
third_party/protobuf/src/google/protobuf/stubs/scoped_ptr.h
third_party/protobuf/src/google/protobuf/stubs/shared_ptr.h
third_party/protobuf/src/google/protobuf/stubs/singleton.h
third_party/protobuf/src/google/protobuf/stubs/status.cc
third_party/protobuf/src/google/protobuf/stubs/status.h
third_party/protobuf/src/google/protobuf/stubs/status_macros.h
third_party/protobuf/src/google/protobuf/stubs/status_test.cc
third_party/protobuf/src/google/protobuf/stubs/statusor.cc
third_party/protobuf/src/google/protobuf/stubs/statusor.h
third_party/protobuf/src/google/protobuf/stubs/statusor_test.cc
third_party/protobuf/src/google/protobuf/stubs/stl_util.h
third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc
third_party/protobuf/src/google/protobuf/stubs/stringpiece.h
third_party/protobuf/src/google/protobuf/stubs/stringpiece_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc
third_party/protobuf/src/google/protobuf/stubs/stringprintf.h
third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc
third_party/protobuf/src/google/protobuf/stubs/structurally_valid_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/strutil.cc
third_party/protobuf/src/google/protobuf/stubs/strutil.h
third_party/protobuf/src/google/protobuf/stubs/strutil_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/substitute.cc
third_party/protobuf/src/google/protobuf/stubs/substitute.h
third_party/protobuf/src/google/protobuf/stubs/template_util.h
third_party/protobuf/src/google/protobuf/stubs/template_util_unittest.cc
third_party/protobuf/src/google/protobuf/stubs/time.cc
third_party/protobuf/src/google/protobuf/stubs/time.h
third_party/protobuf/src/google/protobuf/stubs/time_test.cc
third_party/protobuf/src/google/protobuf/stubs/type_traits.h
third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc
third_party/protobuf/src/google/protobuf/testdata/bad_utf8_string
third_party/protobuf/src/google/protobuf/testdata/golden_message
third_party/protobuf/src/google/protobuf/testdata/golden_message_maps
third_party/protobuf/src/google/protobuf/testdata/golden_message_oneof_implemented
third_party/protobuf/src/google/protobuf/testdata/golden_message_proto3
third_party/protobuf/src/google/protobuf/testdata/golden_packed_fields_message
third_party/protobuf/src/google/protobuf/testdata/map_test_data.txt
third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data.txt
third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt
third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data_pointy.txt
third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_data_pointy_oneof.txt
third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_extensions_data.txt
third_party/protobuf/src/google/protobuf/testdata/text_format_unittest_extensions_data_pointy.txt
third_party/protobuf/src/google/protobuf/testing/file.cc
third_party/protobuf/src/google/protobuf/testing/file.h
third_party/protobuf/src/google/protobuf/testing/googletest.cc
third_party/protobuf/src/google/protobuf/testing/googletest.h
third_party/protobuf/src/google/protobuf/testing/zcgunzip.cc
third_party/protobuf/src/google/protobuf/testing/zcgzip.cc
third_party/protobuf/src/google/protobuf/util/delimited_message_util.cc
third_party/protobuf/src/google/protobuf/util/delimited_message_util.h
third_party/protobuf/src/google/protobuf/util/delimited_message_util_test.cc
third_party/protobuf/src/google/protobuf/util/field_comparator.cc
third_party/protobuf/src/google/protobuf/util/field_comparator.h
third_party/protobuf/src/google/protobuf/util/field_comparator_test.cc
third_party/protobuf/src/google/protobuf/util/field_mask_util.cc
third_party/protobuf/src/google/protobuf/util/field_mask_util.h
third_party/protobuf/src/google/protobuf/util/field_mask_util_test.cc
third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto
third_party/protobuf/src/google/protobuf/util/json_util.cc
third_party/protobuf/src/google/protobuf/util/json_util.h
third_party/protobuf/src/google/protobuf/util/json_util_test.cc
third_party/protobuf/src/google/protobuf/util/message_differencer.cc
third_party/protobuf/src/google/protobuf/util/message_differencer.h
third_party/protobuf/src/google/protobuf/util/message_differencer_unittest.cc
third_party/protobuf/src/google/protobuf/util/message_differencer_unittest.proto
third_party/protobuf/src/google/protobuf/util/package_info.h
third_party/protobuf/src/google/protobuf/util/time_util.cc
third_party/protobuf/src/google/protobuf/util/time_util.h
third_party/protobuf/src/google/protobuf/util/time_util_test.cc
third_party/protobuf/src/google/protobuf/util/type_resolver.h
third_party/protobuf/src/google/protobuf/util/type_resolver_util.cc
third_party/protobuf/src/google/protobuf/util/type_resolver_util.h
third_party/protobuf/src/google/protobuf/util/type_resolver_util_test.cc
third_party/protobuf/src/google/protobuf/util/internal/constants.h
third_party/protobuf/src/google/protobuf/util/internal/datapiece.cc
third_party/protobuf/src/google/protobuf/util/internal/datapiece.h
third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc
third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.h
third_party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter_test.cc
third_party/protobuf/src/google/protobuf/util/internal/error_listener.cc
third_party/protobuf/src/google/protobuf/util/internal/error_listener.h
third_party/protobuf/src/google/protobuf/util/internal/expecting_objectwriter.h
third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc
third_party/protobuf/src/google/protobuf/util/internal/field_mask_utility.h
third_party/protobuf/src/google/protobuf/util/internal/json_escaping.cc
third_party/protobuf/src/google/protobuf/util/internal/json_escaping.h
third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc
third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter.h
third_party/protobuf/src/google/protobuf/util/internal/json_objectwriter_test.cc
third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc
third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser.h
third_party/protobuf/src/google/protobuf/util/internal/json_stream_parser_test.cc
third_party/protobuf/src/google/protobuf/util/internal/location_tracker.h
third_party/protobuf/src/google/protobuf/util/internal/mock_error_listener.h
third_party/protobuf/src/google/protobuf/util/internal/object_location_tracker.h
third_party/protobuf/src/google/protobuf/util/internal/object_source.h
third_party/protobuf/src/google/protobuf/util/internal/object_writer.cc
third_party/protobuf/src/google/protobuf/util/internal/object_writer.h
third_party/protobuf/src/google/protobuf/util/internal/proto_writer.cc
third_party/protobuf/src/google/protobuf/util/internal/proto_writer.h
third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc
third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.h
third_party/protobuf/src/google/protobuf/util/internal/protostream_objectsource_test.cc
third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc
third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.h
third_party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter_test.cc
third_party/protobuf/src/google/protobuf/util/internal/structured_objectwriter.h
third_party/protobuf/src/google/protobuf/util/internal/type_info.cc
third_party/protobuf/src/google/protobuf/util/internal/type_info.h
third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc
third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h
third_party/protobuf/src/google/protobuf/util/internal/utility.cc
third_party/protobuf/src/google/protobuf/util/internal/utility.h
third_party/protobuf/src/google/protobuf/util/internal/testdata/anys.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/books.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/default_value.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/default_value_test.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/field_mask.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/maps.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/oneofs.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/proto3.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/struct.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/timestamp_duration.proto
third_party/protobuf/src/google/protobuf/util/internal/testdata/wrappers.proto
third_party/protobuf/src/solaris/libstdc++.la