Home
last modified time | relevance | path

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

/external/grpc-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
158 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
/external/perfetto/src/traced/probes/ftrace/test/
Dtest_proto_gen.py33 proto_path = os.path.join(tmpdir, 'format.proto') variable
/external/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc95 string proto_path = "--proto_path=" + TestTempDir(); in TEST() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc233 string proto_path = "-I" + TestTempDir(); in TEST() local
Dmetadata_test.cc97 string proto_path = "-I" + TestTempDir(); in CaptureMetadata() local
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc103 string proto_path = "-I" + TestTempDir(); in TEST() local
/external/perfetto/tools/trace_to_text/
Dtrace_to_text.cc68 const std::string proto_path = "protos/perfetto/trace/trace_packet.proto"; in TraceToText() local
/external/protobuf/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc109 string proto_path = "-I" + TestTempDir(); in TEST() local
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions.cc103 const string proto_path = string(argv[i]).substr(src_relative_path.size()); in MainImpl() local
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Ddump_tpu_profile.cc73 string proto_path = in DumpTraceToLogDirectory() local
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc67 const grpc::string& proto_path, in ProtoFileParser()