Home
last modified time | relevance | path

Searched defs:proto_path (Results 1 – 7 of 7) sorted by relevance

/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
116 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
129 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
142 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
159 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc101 std::string proto_path = "-I" + TestTempDir(); in TEST() local
135 std::string proto_path = "-I" + TestTempDir(); in TEST() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc231 std::string proto_path = "-I" + TestTempDir(); in TEST() local
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc106 std::string proto_path = "-I" + TestTempDir(); in TEST() local
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc82 string proto_path = "--proto_path=" + TestTempDir(); in RubyTest() local
/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.cc85 std::string proto_path = "-I" + TestTempDir(); in RunProtoCompiler() local
/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc67 const std::string& proto_path, in ProtoFileParser()