Home
last modified time | relevance | path

Searched refs:proto_path (Results 1 – 25 of 31) sorted by relevance

12

/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py93 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/
Dpython_plugin_unittest.cc101 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/
Druby_generator_unittest.cc82 string proto_path = "--proto_path=" + TestTempDir(); in RubyTest() local
87 proto_path.c_str(), in RubyTest()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc106 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/
Dcompile_testing_protos.sh157 --proto_path=src/google/protobuf/ \
158 --proto_path=src \
176 --proto_path="objectivec/Tests" \
/third_party/grpc/src/php/bin/
Dgenerate_proto_php.sh24 $PROTOC --proto_path=src/proto/math \
41 $PROTOC --proto_path=. \
/third_party/grpc/bazel/
Dgenerate_objc.bzl60 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]
Dpython_rules.bzl28 "--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)]
Dprotobuf.bzl46 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
Dgenerate_cc.bzl112 "--proto_path={}".format(get_include_directory(i))
118 arguments += ["--proto_path={0}{1}".format(dir_out, proto_root)]
/third_party/protobuf/cmake/
Dconformance.cmake6 --proto_path=${protobuf_source_dir}/conformance
17 --proto_path=${protobuf_source_dir}/src
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc231 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/
Dannotation_test_util.cc85 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/
Droute_guide_proto_gen.sh16 protoc --proto_path=./../../protos --php_out=./ --grpc_out=./ --plugin=protoc-gen-grpc=./../../..…
/third_party/grpc/examples/php/
Dgreeter_proto_gen.sh16 protoc --proto_path=../protos --php_out=. --grpc_out=. --plugin=protoc-gen-grpc=../../bins/opt/grpc…
/third_party/grpc/tools/run_tests/helper_scripts/
Dprep_xds.sh32 --proto_path=. \
/third_party/grpc/tools/internal_ci/linux/
Dgrpc_xds_bazel_test_in_docker.sh42 --proto_path=. \
Dgrpc_xds_bazel_python_test_in_docker.sh42 --proto_path=. \
Dgrpc_xds_csharp_test_in_docker.sh42 --proto_path=. \
Dgrpc_xds_ruby_test_in_docker.sh42 --proto_path=. \
Dgrpc_xds_php_test_in_docker.sh42 --proto_path=. \
/third_party/grpc/test/cpp/util/
Dproto_file_parser.h40 const std::string& proto_path, const std::string& protofiles);
Dproto_file_parser.cc67 const std::string& proto_path, in ProtoFileParser() argument
79 source_tree_.MapPath("", proto_path); in ProtoFileParser()
/third_party/protobuf/
DCONTRIBUTORS.txt46 * Small patch to handle trailing slashes in --proto_path flag.
/third_party/protobuf/csharp/
DCHANGES.txt55 - Issue 40: proto_path does not work for command-line file names

12