Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/
Dproto_test.cpp10 void RunTest(const flatbuffers::IDLOptions &opts, const std::string &proto_path, in RunTest()
51 void proto_test(const std::string &proto_path, const std::string &proto_file) { in proto_test()
66 void proto_test_id(const std::string &proto_path, in proto_test_id()
83 void proto_test_union(const std::string &proto_path, in proto_test_union()
99 void proto_test_union_id(const std::string &proto_path, in proto_test_union_id()
117 void proto_test_union_suffix(const std::string &proto_path, in proto_test_union_suffix()
134 void proto_test_union_suffix_id(const std::string &proto_path, in proto_test_union_suffix_id()
152 void proto_test_include(const std::string &proto_path, in proto_test_include()
169 void proto_test_include_id(const std::string &proto_path, in proto_test_include_id()
187 void proto_test_include_union(const std::string &proto_path, in proto_test_include_union()
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py123 proto_path, argument
152 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
171 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
190 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
207 def protoc(self, proto_path, python_out, absolute_proto_file_names): argument
/third_party/protobuf/src/google/protobuf/compiler/java/
Dmessage_serialization_unittest.cc40 std::string proto_path = absl::StrCat( in CompileJavaProto() local
Dplugin_unittest.cc90 std::string proto_path = absl::StrCat("-I", ::testing::TempDir()); in TEST() local
/third_party/grpc/tools/codegen/core/
Dgen_upb_api_from_bazel_xml.py147 def get_upb_path(proto_path, ext): argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dplugin_unittest.cc195 std::string proto_path = absl::StrCat("-I", ::testing::TempDir()); in TEST() local
/third_party/protobuf/src/google/protobuf/compiler/python/
Dplugin_unittest.cc79 std::string proto_path = absl::StrCat("-I", ::testing::TempDir()); in TEST() local
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc66 std::string proto_path = absl::StrCat("--proto_path=", TestTempDir()); in RubyTest() local
/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.cc64 std::string proto_path = absl::StrCat("-I", TestTempDir()); in RunProtoCompiler() local
/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc70 const std::string& proto_path, in ProtoFileParser()