/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 93 def _protoc(proto_path, python_out, grpc_python_out_flag, grpc_python_out, argument 97 '--proto_path={}'.format(proto_path), 116 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 117 return (_protoc(proto_path, python_out, 'grpc_1_0', python_out, 129 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 130 return (_protoc(proto_path, python_out, 'grpc_2_0', python_out, 142 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument 143 pb2_protoc_exit_code = _protoc(proto_path, python_out, None, None, 145 pb2_grpc_protoc_exit_code = _protoc(proto_path, None, 'grpc_2_0', 159 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument [all …]
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 101 std::string proto_path = "-I" + TestTempDir(); in TEST() local 105 const char* argv[] = {"protoc", proto_path.c_str(), python_out.c_str(), in TEST() 135 std::string proto_path = "-I" + TestTempDir(); in TEST() local 137 const char* argv[] = {"protoc", proto_path.c_str(), "-I.", python_out.c_str(), in TEST()
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator_unittest.cc | 82 string proto_path = "--proto_path=" + TestTempDir(); in RubyTest() local 87 proto_path.c_str(), in RubyTest()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_plugin_unittest.cc | 106 std::string proto_path = "-I" + TestTempDir(); in TEST() local 110 const char* argv[] = {"protoc", proto_path.c_str(), java_out.c_str(), in TEST()
|
/third_party/protobuf/objectivec/DevTools/ |
D | compile_testing_protos.sh | 157 --proto_path=src/google/protobuf/ \ 158 --proto_path=src \ 176 --proto_path="objectivec/Tests" \
|
/third_party/grpc/src/php/bin/ |
D | generate_proto_php.sh | 24 $PROTOC --proto_path=src/proto/math \ 41 $PROTOC --proto_path=. \
|
/third_party/grpc/bazel/ |
D | generate_objc.bzl | 60 arguments += ["--proto_path=."] 62 "--proto_path={}".format(get_include_directory(i)) 68 arguments += ["--proto_path={}".format(dir_out)] 69 arguments += ["--proto_path={}".format(_get_directory_from_proto(proto)) for proto in protos]
|
D | python_rules.bzl | 28 "--proto_path={}".format(get_include_directory(i)) 31 "--proto_path={}".format(context.genfiles_dir.path), 152 "--proto_path={}".format(get_include_directory(i)) 155 arguments += ["--proto_path={}".format(context.genfiles_dir.path)]
|
D | protobuf.bzl | 46 def proto_path_to_generated_filename(proto_path, fmt_str): 53 proto_path: The path to the .proto file. 60 return fmt_str.format(_strip_proto_extension(proto_path)) 67 The returned directory path can be used as the "--proto_path=" argument
|
D | generate_cc.bzl | 112 "--proto_path={}".format(get_include_directory(i)) 118 arguments += ["--proto_path={0}{1}".format(dir_out, proto_root)]
|
/third_party/protobuf/cmake/ |
D | conformance.cmake | 6 --proto_path=${protobuf_source_dir}/conformance 17 --proto_path=${protobuf_source_dir}/src
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 231 std::string proto_path = "-I" + TestTempDir(); in TEST() local 235 const char* argv[] = {"protoc", proto_path.c_str(), cpp_out.c_str(), in TEST()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | annotation_test_util.cc | 85 std::string proto_path = "-I" + TestTempDir(); in RunProtoCompiler() local 88 const char* argv[] = {"protoc", proto_path.c_str(), in RunProtoCompiler()
|
/third_party/grpc/examples/php/route_guide/ |
D | route_guide_proto_gen.sh | 16 protoc --proto_path=./../../protos --php_out=./ --grpc_out=./ --plugin=protoc-gen-grpc=./../../..…
|
/third_party/grpc/examples/php/ |
D | greeter_proto_gen.sh | 16 protoc --proto_path=../protos --php_out=. --grpc_out=. --plugin=protoc-gen-grpc=../../bins/opt/grpc…
|
/third_party/grpc/tools/run_tests/helper_scripts/ |
D | prep_xds.sh | 32 --proto_path=. \
|
/third_party/grpc/tools/internal_ci/linux/ |
D | grpc_xds_bazel_test_in_docker.sh | 42 --proto_path=. \
|
D | grpc_xds_bazel_python_test_in_docker.sh | 42 --proto_path=. \
|
D | grpc_xds_csharp_test_in_docker.sh | 42 --proto_path=. \
|
D | grpc_xds_ruby_test_in_docker.sh | 42 --proto_path=. \
|
D | grpc_xds_php_test_in_docker.sh | 42 --proto_path=. \
|
/third_party/grpc/test/cpp/util/ |
D | proto_file_parser.h | 40 const std::string& proto_path, const std::string& protofiles);
|
D | proto_file_parser.cc | 67 const std::string& proto_path, in ProtoFileParser() argument 79 source_tree_.MapPath("", proto_path); in ProtoFileParser()
|
/third_party/protobuf/ |
D | CONTRIBUTORS.txt | 46 * Small patch to handle trailing slashes in --proto_path flag.
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 55 - Issue 40: proto_path does not work for command-line file names
|