Lines Matching refs:python
319 "src/google/protobuf/compiler/python/python_generator.cc",
451 "src/google/protobuf/compiler/python/python_plugin_unittest.cc",
560 "python/google/protobuf/*.py",
561 "python/google/protobuf/**/*.py",
564 "python/google/protobuf/__init__.py",
565 "python/google/protobuf/**/__init__.py",
566 "python/google/protobuf/internal/*_test.py",
567 "python/google/protobuf/internal/test_util.py",
571 imports = ["python"],
576 srcs = ["python/google/protobuf/internal/api_implementation.cc"],
591 "python/google/protobuf/pyext/*.cc",
592 "python/google/protobuf/pyext/*.h",
601 "python/",
629 # python/google/protobuf. This way, the generated Python sources will be in the
637 dest = "python",
642 COPIED_WELL_KNOWN_PROTOS = ["python/" + s for s in RELATIVE_WELL_KNOWN_PROTOS]
647 include = "python",
666 # python/google/protobuf. This way, the generated Python sources will be in the
674 dest = "python",
679 COPIED_LITE_TEST_PROTOS = ["python/" + s for s in RELATIVE_LITE_TEST_PROTOS]
680 COPIED_TEST_PROTOS = ["python/" + s for s in RELATIVE_TEST_PROTOS]
685 include = "python",
695 "python/google/protobuf/internal/*.proto",
696 "python/google/protobuf/internal/import_test_package/*.proto",
698 include = "python",
709 "python/google/protobuf/internal/*_test.py",
710 "python/google/protobuf/internal/test_util.py",
711 "python/google/protobuf/internal/import_test_package/__init__.py",
714 imports = ["python"],