• Home
  • Raw
  • Download

Lines Matching refs:protobuf

39               'third_party/protobuf/protobuf.gyp',
91 '<(java_out_dir)/com/google/protobuf/DescriptorProtos.java'
100 'src/google/protobuf/descriptor.proto',
103 '<(java_out_dir)/com/google/protobuf/DescriptorProtos.java',
110 'src/google/protobuf/descriptor.proto',
148 # This is the full, heavy protobuf lib that's needed for c++ .protos
161 'src/google/protobuf/descriptor.h',
162 'src/google/protobuf/descriptor.pb.h',
163 'src/google/protobuf/descriptor_database.h',
164 'src/google/protobuf/dynamic_message.h',
165 'src/google/protobuf/generated_enum_reflection.h',
166 'src/google/protobuf/generated_message_reflection.h',
167 'src/google/protobuf/message.h',
168 'src/google/protobuf/reflection_ops.h',
169 'src/google/protobuf/service.h',
170 'src/google/protobuf/text_format.h',
171 'src/google/protobuf/wire_format.h',
172 'src/google/protobuf/io/gzip_stream.h',
173 'src/google/protobuf/io/printer.h',
174 'src/google/protobuf/io/tokenizer.h',
175 'src/google/protobuf/io/zero_copy_stream_impl.h',
176 'src/google/protobuf/compiler/code_generator.h',
177 'src/google/protobuf/compiler/command_line_interface.h',
178 'src/google/protobuf/compiler/importer.h',
179 'src/google/protobuf/compiler/java/java_doc_comment.cc',
180 'src/google/protobuf/compiler/java/java_doc_comment.h',
181 'src/google/protobuf/compiler/parser.h',
183 'src/google/protobuf/stubs/strutil.cc',
184 'src/google/protobuf/stubs/strutil.h',
185 'src/google/protobuf/stubs/substitute.cc',
186 'src/google/protobuf/stubs/substitute.h',
187 'src/google/protobuf/stubs/stl_util.h',
188 'src/google/protobuf/stubs/stringprintf.cc',
189 'src/google/protobuf/stubs/stringprintf.h',
190 'src/google/protobuf/stubs/structurally_valid.cc',
191 'src/google/protobuf/stubs/template_util.h',
192 'src/google/protobuf/stubs/type_traits.h',
194 'src/google/protobuf/descriptor.cc',
195 'src/google/protobuf/descriptor.pb.cc',
196 'src/google/protobuf/descriptor_database.cc',
197 'src/google/protobuf/dynamic_message.cc',
198 'src/google/protobuf/extension_set.cc',
199 'src/google/protobuf/extension_set.h',
200 'src/google/protobuf/extension_set_heavy.cc',
201 'src/google/protobuf/generated_message_reflection.cc',
202 'src/google/protobuf/message.cc',
203 'src/google/protobuf/reflection_ops.cc',
204 'src/google/protobuf/service.cc',
205 'src/google/protobuf/text_format.cc',
206 'src/google/protobuf/wire_format.cc',
209 # 'src/src/google/protobuf/io/gzip_stream.cc',
210 'src/google/protobuf/io/printer.cc',
211 'src/google/protobuf/io/tokenizer.cc',
212 'src/google/protobuf/io/zero_copy_stream_impl.cc',
213 'src/google/protobuf/compiler/importer.cc',
214 'src/google/protobuf/compiler/parser.cc',
224 'src/google/protobuf/compiler/code_generator.cc',
225 'src/google/protobuf/compiler/command_line_interface.cc',
226 'src/google/protobuf/compiler/plugin.cc',
227 'src/google/protobuf/compiler/plugin.pb.cc',
228 'src/google/protobuf/compiler/subprocess.cc',
229 'src/google/protobuf/compiler/subprocess.h',
230 'src/google/protobuf/compiler/zip_writer.cc',
231 'src/google/protobuf/compiler/zip_writer.h',
232 'src/google/protobuf/compiler/cpp/cpp_enum.cc',
233 'src/google/protobuf/compiler/cpp/cpp_enum.h',
234 'src/google/protobuf/compiler/cpp/cpp_enum_field.cc',
235 'src/google/protobuf/compiler/cpp/cpp_enum_field.h',
236 'src/google/protobuf/compiler/cpp/cpp_extension.cc',
237 'src/google/protobuf/compiler/cpp/cpp_extension.h',
238 'src/google/protobuf/compiler/cpp/cpp_field.cc',
239 'src/google/protobuf/compiler/cpp/cpp_field.h',
240 'src/google/protobuf/compiler/cpp/cpp_file.cc',
241 'src/google/protobuf/compiler/cpp/cpp_file.h',
242 'src/google/protobuf/compiler/cpp/cpp_generator.cc',
243 'src/google/protobuf/compiler/cpp/cpp_helpers.cc',
244 'src/google/protobuf/compiler/cpp/cpp_helpers.h',
245 'src/google/protobuf/compiler/cpp/cpp_message.cc',
246 'src/google/protobuf/compiler/cpp/cpp_message.h',
247 'src/google/protobuf/compiler/cpp/cpp_message_field.cc',
248 'src/google/protobuf/compiler/cpp/cpp_message_field.h',
249 'src/google/protobuf/compiler/cpp/cpp_primitive_field.cc',
250 'src/google/protobuf/compiler/cpp/cpp_primitive_field.h',
251 'src/google/protobuf/compiler/cpp/cpp_service.cc',
252 'src/google/protobuf/compiler/cpp/cpp_service.h',
253 'src/google/protobuf/compiler/cpp/cpp_string_field.cc',
254 'src/google/protobuf/compiler/cpp/cpp_string_field.h',
255 'src/google/protobuf/compiler/java/java_enum.cc',
256 'src/google/protobuf/compiler/java/java_enum.h',
257 'src/google/protobuf/compiler/java/java_enum_field.cc',
258 'src/google/protobuf/compiler/java/java_enum_field.h',
259 'src/google/protobuf/compiler/java/java_extension.cc',
260 'src/google/protobuf/compiler/java/java_extension.h',
261 'src/google/protobuf/compiler/java/java_field.cc',
262 'src/google/protobuf/compiler/java/java_field.h',
263 'src/google/protobuf/compiler/java/java_file.cc',
264 'src/google/protobuf/compiler/java/java_file.h',
265 'src/google/protobuf/compiler/java/java_generator.cc',
266 'src/google/protobuf/compiler/java/java_helpers.cc',
267 'src/google/protobuf/compiler/java/java_helpers.h',
268 'src/google/protobuf/compiler/java/java_message.cc',
269 'src/google/protobuf/compiler/java/java_message.h',
270 'src/google/protobuf/compiler/java/java_message_field.cc',
271 'src/google/protobuf/compiler/java/java_message_field.h',
272 'src/google/protobuf/compiler/java/java_primitive_field.cc',
273 'src/google/protobuf/compiler/java/java_primitive_field.h',
274 'src/google/protobuf/compiler/java/java_service.cc',
275 'src/google/protobuf/compiler/java/java_service.h',
276 'src/google/protobuf/compiler/java/java_string_field.cc',
277 'src/google/protobuf/compiler/java/java_string_field.h',
278 'src/google/protobuf/compiler/python/python_generator.cc',
279 'src/google/protobuf/compiler/main.cc',
325 'destination': '<(PRODUCT_DIR)/pyproto/google/protobuf',
327 'python/google/protobuf/__init__.py',
328 'python/google/protobuf/descriptor.py',
329 'python/google/protobuf/descriptor_database.py',
330 'python/google/protobuf/descriptor_pool.py',
331 'python/google/protobuf/message.py',
332 'python/google/protobuf/message_factory.py',
333 'python/google/protobuf/reflection.py',
334 'python/google/protobuf/service.py',
335 'python/google/protobuf/service_reflection.py',
336 'python/google/protobuf/text_format.py',
350 'destination': '<(PRODUCT_DIR)/pyproto/google/protobuf/internal',
352 'python/google/protobuf/internal/__init__.py',
353 'python/google/protobuf/internal/api_implementation.py',
354 'python/google/protobuf/internal/containers.py',
355 'python/google/protobuf/internal/cpp_message.py',
356 'python/google/protobuf/internal/decoder.py',
357 'python/google/protobuf/internal/encoder.py',
358 'python/google/protobuf/internal/enum_type_wrapper.py',
359 'python/google/protobuf/internal/generator_test.py',
360 'python/google/protobuf/internal/message_listener.py',
361 'python/google/protobuf/internal/python_message.py',
362 'python/google/protobuf/internal/type_checkers.py',
363 'python/google/protobuf/internal/wire_format.py',
378 # 'rule_input_relpath': 'src/google/protobuf',
381 # '<(PRODUCT_DIR)/pyproto/google/protobuf/<(RULE_INPUT_ROOT)_pb2.py',
387 # '--python_out=<(PRODUCT_DIR)/pyproto/google/protobuf',
388 # 'google/protobuf/descriptor.proto',
397 # 'src/google/protobuf/descriptor.proto',
408 # Use full protobuf, because vanilla protobuf doesn't have
410 '<!@(pkg-config --cflags protobuf)',
422 # Use full protobuf, because vanilla protobuf doesn't have
425 '<!@(pkg-config --libs-only-L --libs-only-other protobuf)',
428 '<!@(pkg-config --libs-only-l protobuf)',