Home | History | Annotate | Download | only in src

Lines Matching refs:cc

83   google/protobuf/stubs/common.cc                              \
84 google/protobuf/stubs/once.cc \
85 google/protobuf/stubs/hash.cc \
89 google/protobuf/extension_set.cc \
90 google/protobuf/generated_message_util.cc \
91 google/protobuf/message_lite.cc \
92 google/protobuf/repeated_field.cc \
93 google/protobuf/wire_format_lite.cc \
94 google/protobuf/io/coded_stream.cc \
96 google/protobuf/io/zero_copy_stream.cc \
97 google/protobuf/io/zero_copy_stream_impl_lite.cc
103 google/protobuf/stubs/strutil.cc \
105 google/protobuf/stubs/substitute.cc \
107 google/protobuf/stubs/structurally_valid.cc \
108 google/protobuf/descriptor.cc \
109 google/protobuf/descriptor.pb.cc \
110 google/protobuf/descriptor_database.cc \
111 google/protobuf/dynamic_message.cc \
112 google/protobuf/extension_set_heavy.cc \
113 google/protobuf/generated_message_reflection.cc \
114 google/protobuf/message.cc \
115 google/protobuf/reflection_ops.cc \
116 google/protobuf/service.cc \
117 google/protobuf/text_format.cc \
118 google/protobuf/unknown_field_set.cc \
119 google/protobuf/wire_format.cc \
120 google/protobuf/io/gzip_stream.cc \
121 google/protobuf/io/printer.cc \
122 google/protobuf/io/tokenizer.cc \
123 google/protobuf/io/zero_copy_stream_impl.cc \
124 google/protobuf/compiler/importer.cc \
125 google/protobuf/compiler/parser.cc
130 google/protobuf/compiler/code_generator.cc \
131 google/protobuf/compiler/command_line_interface.cc \
132 google/protobuf/compiler/plugin.cc \
133 google/protobuf/compiler/plugin.pb.cc \
134 google/protobuf/compiler/subprocess.cc \
136 google/protobuf/compiler/zip_writer.cc \
138 google/protobuf/compiler/cpp/cpp_enum.cc \
140 google/protobuf/compiler/cpp/cpp_enum_field.cc \
142 google/protobuf/compiler/cpp/cpp_extension.cc \
144 google/protobuf/compiler/cpp/cpp_field.cc \
146 google/protobuf/compiler/cpp/cpp_file.cc \
148 google/protobuf/compiler/cpp/cpp_generator.cc \
149 google/protobuf/compiler/cpp/cpp_helpers.cc \
151 google/protobuf/compiler/cpp/cpp_message.cc \
153 google/protobuf/compiler/cpp/cpp_message_field.cc \
155 google/protobuf/compiler/cpp/cpp_primitive_field.cc \
157 google/protobuf/compiler/cpp/cpp_service.cc \
159 google/protobuf/compiler/cpp/cpp_string_field.cc \
161 google/protobuf/compiler/java/java_enum.cc \
163 google/protobuf/compiler/java/java_enum_field.cc \
165 google/protobuf/compiler/java/java_extension.cc \
167 google/protobuf/compiler/java/java_field.cc \
169 google/protobuf/compiler/java/java_file.cc \
171 google/protobuf/compiler/java/java_generator.cc \
172 google/protobuf/compiler/java/java_helpers.cc \
174 google/protobuf/compiler/java/java_message.cc \
176 google/protobuf/compiler/java/java_message_field.cc \
178 google/protobuf/compiler/java/java_primitive_field.cc \
180 google/protobuf/compiler/java/java_service.cc \
182 google/protobuf/compiler/javamicro/javamicro_enum.cc \
184 google/protobuf/compiler/javamicro/javamicro_enum_field.cc \
186 google/protobuf/compiler/javamicro/javamicro_field.cc \
188 google/protobuf/compiler/javamicro/javamicro_file.cc \
190 google/protobuf/compiler/javamicro/javamicro_generator.cc \
191 google/protobuf/compiler/javamicro/javamicro_helpers.cc \
193 google/protobuf/compiler/javamicro/javamicro_message.cc \
195 google/protobuf/compiler/javamicro/javamicro_message_field.cc\
197 google/protobuf/compiler/javamicro/javamicro_primitive_field.cc\
199 google/protobuf/compiler/python/python_generator.cc
203 protoc_SOURCES = google/protobuf/compiler/main.cc
237 google/protobuf/unittest_lite.pb.cc \
239 google/protobuf/unittest_import_lite.pb.cc \
244 google/protobuf/unittest.pb.cc \
246 google/protobuf/unittest_empty.pb.cc \
248 google/protobuf/unittest_import.pb.cc \
250 google/protobuf/unittest_mset.pb.cc \
252 google/protobuf/unittest_optimize_for.pb.cc \
254 google/protobuf/unittest_embed_optimize_for.pb.cc \
256 google/protobuf/unittest_custom_options.pb.cc \
258 google/protobuf/unittest_lite_imports_nonlite.pb.cc \
260 google/protobuf/unittest_no_generic_services.pb.cc \
262 google/protobuf/compiler/cpp/cpp_test_bad_identifiers.pb.cc \
287 google/protobuf/test_util.cc \
289 google/protobuf/testing/googletest.cc \
291 google/protobuf/testing/file.cc \
302 cc takes forever to compile with optimization (with GCC).
306 google/protobuf/stubs/common_unittest.cc \
307 google/protobuf/stubs/once_unittest.cc \
308 google/protobuf/stubs/strutil_unittest.cc \
309 google/protobuf/stubs/structurally_valid_unittest.cc \
310 google/protobuf/descriptor_database_unittest.cc \
311 google/protobuf/descriptor_unittest.cc \
312 google/protobuf/dynamic_message_unittest.cc \
313 google/protobuf/extension_set_unittest.cc \
314 google/protobuf/generated_message_reflection_unittest.cc \
315 google/protobuf/message_unittest.cc \
316 google/protobuf/reflection_ops_unittest.cc \
317 google/protobuf/repeated_field_unittest.cc \
318 google/protobuf/text_format_unittest.cc \
319 google/protobuf/unknown_field_set_unittest.cc \
320 google/protobuf/wire_format_unittest.cc \
321 google/protobuf/io/coded_stream_unittest.cc \
322 google/protobuf/io/printer_unittest.cc \
323 google/protobuf/io/tokenizer_unittest.cc \
324 google/protobuf/io/zero_copy_stream_unittest.cc \
325 google/protobuf/compiler/command_line_interface_unittest.cc \
326 google/protobuf/compiler/importer_unittest.cc \
327 google/protobuf/compiler/mock_code_generator.cc \
329 google/protobuf/compiler/parser_unittest.cc \
330 google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc \
331 google/protobuf/compiler/cpp/cpp_unittest.cc \
332 google/protobuf/compiler/cpp/cpp_plugin_unittest.cc \
333 google/protobuf/compiler/java/java_plugin_unittest.cc \
334 google/protobuf/compiler/python/python_plugin_unittest.cc \
347 google/protobuf/compiler/cpp/cpp_unittest.cc \
355 google/protobuf/lite_unittest.cc \
356 google/protobuf/test_util_lite.cc \
366 google/protobuf/compiler/mock_code_generator.cc \
367 google/protobuf/testing/file.cc \
369 google/protobuf/compiler/test_plugin.cc
373 zcgzip_SOURCES = google/protobuf/testing/zcgzip.cc
376 zcgunzip_SOURCES = google/protobuf/testing/zcgunzip.cc