Home
last modified time | relevance | path

Searched refs:proto_file (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dom_distiller_js/protoc_plugins/util/
H A Dtypes.py43 def RegisterProtoFile(proto_file): argument
44 _proto_path_to_file_map[proto_file.Filename()] = proto_file
45 RegisterTypesForFile(proto_file)
49 proto_file = _proto_path_to_file_map[filename]
50 assert proto_file
51 return proto_file
163 def RegisterTypesForFile(proto_file): argument
164 for enum in proto_file.GetEnums():
166 for message in proto_file.GetMessages():
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dom_distiller_js/protoc_plugins/util/
H A Dtypes.py43 def RegisterProtoFile(proto_file): argument
44 _proto_path_to_file_map[proto_file.Filename()] = proto_file
45 RegisterTypesForFile(proto_file)
49 proto_file = _proto_path_to_file_map[filename]
50 assert proto_file
51 return proto_file
163 def RegisterTypesForFile(proto_file): argument
164 for enum in proto_file.GetEnums():
166 for message in proto_file.GetMessages():
/dports/devel/grpc/grpc-1.42.0/tools/codegen/core/
H A Dgen_upb_api_from_bazel_xml.py129 for proto_file in rule.proto_files:
130 proto_file = proto_file[len(elink[0]) + len(elink[1]):]
131 files.append(get_upb_path(proto_file, '.upb.h'))
132 files.append(get_upb_path(proto_file, '.upb.c'))
135 for proto_file in rule.proto_files:
136 proto_file = proto_file[len(elink[0]) + len(elink[1]):]
137 files.append(get_upb_path(proto_file, '.upbdefs.h'))
138 files.append(get_upb_path(proto_file, '.upbdefs.c'))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator_unittest.cc60 void RubyTest(string proto_file) { in RubyTest() argument
72 ruby_tests + proto_file + ".proto", in RubyTest()
76 TestTempDir() + proto_file + ".proto", in RubyTest()
83 string proto_target = TestTempDir() + proto_file + ".proto"; in RubyTest()
96 TestTempDir() + proto_file + "_pb.rb", in RubyTest()
101 ruby_tests + proto_file + "_pb.rb", in RubyTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator_unittest.cc60 void RubyTest(string proto_file) { in RubyTest() argument
72 ruby_tests + proto_file + ".proto", in RubyTest()
76 TestTempDir() + proto_file + ".proto", in RubyTest()
83 string proto_target = TestTempDir() + proto_file + ".proto"; in RubyTest()
96 TestTempDir() + proto_file + "_pb.rb", in RubyTest()
101 ruby_tests + proto_file + "_pb.rb", in RubyTest()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/compiler/ruby/
H A Druby_generator_unittest.cc60 void RubyTest(string proto_file) { in RubyTest() argument
72 ruby_tests + proto_file + ".proto", in RubyTest()
76 TestTempDir() + proto_file + ".proto", in RubyTest()
83 std::string proto_target = TestTempDir() + proto_file + ".proto"; in RubyTest()
96 TestTempDir() + proto_file + "_pb.rb", in RubyTest()
101 ruby_tests + proto_file + "_pb.rb", in RubyTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dom_distiller_js/protoc_plugins/
H A Djson_values_converter.py18 def WriteProtoFile(self, proto_file, output_dir): argument
19 err = proto_file.CheckSupported()
28 generated_pb_h=proto_file.CppBaseHeader())
32 assert [] == proto_file.GetDependencies()
42 namespaces = proto_file.ProtoNamespaces() + ['json']
47 for message in proto_file.GetMessages():
269 for proto_file in request.GetAllFiles():
270 types.RegisterProtoFile(proto_file)
273 cppwriter.WriteProtoFile(proto_file, output_dir)
275 converter_filename = proto_file.CppConverterFilename()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dom_distiller_js/protoc_plugins/
H A Djson_values_converter.py18 def WriteProtoFile(self, proto_file, output_dir): argument
19 err = proto_file.CheckSupported()
28 generated_pb_h=proto_file.CppBaseHeader())
32 assert [] == proto_file.GetDependencies()
42 namespaces = proto_file.ProtoNamespaces() + ['json']
47 for message in proto_file.GetMessages():
269 for proto_file in request.GetAllFiles():
270 types.RegisterProtoFile(proto_file)
273 cppwriter.WriteProtoFile(proto_file, output_dir)
275 converter_filename = proto_file.CppConverterFilename()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator_unittest.cc60 void RubyTest(string proto_file, string import_proto_file = "") { in RubyTest() argument
72 ruby_tests + proto_file + ".proto", in RubyTest()
76 TestTempDir() + proto_file + ".proto", in RubyTest()
97 std::string proto_target = TestTempDir() + proto_file + ".proto"; in RubyTest()
110 TestTempDir() + proto_file + "_pb.rb", in RubyTest()
115 ruby_tests + proto_file + "_pb.rb", in RubyTest()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/frontend/caffe/
H A Dtest_forward.py85 return (proto_file, blob_file, solver_file)
95 def _save_solver(solver_file, proto_file, blob_file): argument
99 s.train_net = proto_file
122 _save_prototxt(n_netspec, proto_file)
123 _save_solver(solver_file, proto_file, blob_file)
158 def _run_caffe(data, proto_file, blob_file): argument
177 def _run_tvm(data, proto_file, blob_file): argument
183 with open(proto_file, "r") as f:
253 tvm_out = _run_tvm(data, proto_file, blob_file)
257 def _test_network(data, proto_file, blob_file): argument
[all …]
/dports/devel/p5-Google-ProtocolBuffers/Google-ProtocolBuffers-0.12/bin/
H A Dprotoc-perl22 my $proto_file = 0;
35 $proto_file = $ARGV[$#ARGV];
51 die usage() if($help || !$proto_file);
73 $proto_file,
/dports/www/sitecopy/sitecopy-0.16.6/src/
H A Dprotocol.h35 proto_file, enumerator
40 struct proto_file { struct
47 struct proto_file *next; argument
111 int need_modtimes, struct proto_file **files);
/dports/devel/grpc130/grpc-1.30.2/tools/distrib/python/grpcio_tools/
H A Dsetup.py125 os.path.normpath(proto_file) for proto_file in protoc_lib_deps.PROTO_FILES
159 for proto_file in PROTO_FILES:
160 source = os.path.join(PROTO_INCLUDE, proto_file)
161 target = os.path.join(proto_resources_path, proto_file)
163 proto_file)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/distrib/python/grpcio_tools/
H A Dsetup.py109 os.path.normpath(proto_file) for proto_file in protoc_lib_deps.PROTO_FILES
143 for proto_file in PROTO_FILES:
144 source = os.path.join(PROTO_INCLUDE, proto_file)
145 target = os.path.join(proto_resources_path, proto_file)
147 proto_file)
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dfile-file.c37 static int proto_file = -1; variable
93 if(!proto_field_is_referenced(tree, proto_file)) { in dissect_file_record()
105 ti = proto_tree_add_protocol_format(tree, proto_file, tvb, 0, -1, in dissect_file_record()
373 proto_file = proto_register_protocol("File", "File", "file"); in proto_register_file()
374 proto_register_field_array(proto_file, hf, array_length(hf)); in proto_register_file()
376 register_dissector("file",dissect_file_record,proto_file); in proto_register_file()
379 "Filetap encapsulation type", proto_file, FT_UINT32, BASE_DEC); in proto_register_file()
383 proto_set_cant_toggle(proto_file); in proto_register_file()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dfile-file.c37 static int proto_file = -1; variable
93 if(!proto_field_is_referenced(tree, proto_file)) { in dissect_file_record()
105 ti = proto_tree_add_protocol_format(tree, proto_file, tvb, 0, -1, in dissect_file_record()
373 proto_file = proto_register_protocol("File", "File", "file"); in proto_register_file()
374 proto_register_field_array(proto_file, hf, array_length(hf)); in proto_register_file()
376 register_dissector("file",dissect_file_record,proto_file); in proto_register_file()
379 "Filetap encapsulation type", proto_file, FT_UINT32, BASE_DEC); in proto_register_file()
383 proto_set_cant_toggle(proto_file); in proto_register_file()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dfile-file.c37 static int proto_file = -1; variable
93 if(!proto_field_is_referenced(tree, proto_file)) { in dissect_file_record()
105 ti = proto_tree_add_protocol_format(tree, proto_file, tvb, 0, -1, in dissect_file_record()
373 proto_file = proto_register_protocol("File", "File", "file"); in proto_register_file()
374 proto_register_field_array(proto_file, hf, array_length(hf)); in proto_register_file()
376 register_dissector("file",dissect_file_record,proto_file); in proto_register_file()
379 "Filetap encapsulation type", proto_file, FT_UINT32, BASE_DEC); in proto_register_file()
383 proto_set_cant_toggle(proto_file); in proto_register_file()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dfile-file.c37 static int proto_file = -1; variable
93 if(!proto_field_is_referenced(tree, proto_file)) { in dissect_file_record()
105 ti = proto_tree_add_protocol_format(tree, proto_file, tvb, 0, -1, in dissect_file_record()
373 proto_file = proto_register_protocol("File", "File", "file"); in proto_register_file()
374 proto_register_field_array(proto_file, hf, array_length(hf)); in proto_register_file()
376 register_dissector("file",dissect_file_record,proto_file); in proto_register_file()
379 "Filetap encapsulation type", proto_file, FT_UINT32, BASE_DEC); in proto_register_file()
383 proto_set_cant_toggle(proto_file); in proto_register_file()
/dports/devel/grpc134/grpc-1.34.1/tools/distrib/python/grpcio_tools/
H A Dsetup.py164 os.path.normpath(proto_file) for proto_file in protoc_lib_deps.PROTO_FILES
198 for proto_file in PROTO_FILES:
199 source = os.path.join(PROTO_INCLUDE, proto_file)
200 target = os.path.join(proto_resources_path, proto_file)
202 proto_file)
/dports/devel/grpc/grpc-1.42.0/tools/distrib/python/grpcio_tools/
H A Dsetup.py196 os.path.normpath(proto_file) for proto_file in protoc_lib_deps.PROTO_FILES
230 for proto_file in PROTO_FILES:
231 source = os.path.join(PROTO_INCLUDE, proto_file)
232 target = os.path.join(proto_resources_path, proto_file)
234 proto_file)
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/
H A Dsetup.py196 os.path.normpath(proto_file) for proto_file in protoc_lib_deps.PROTO_FILES
230 for proto_file in PROTO_FILES:
231 source = os.path.join(PROTO_INCLUDE, proto_file)
232 target = os.path.join(proto_resources_path, proto_file)
234 proto_file)
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/tools/caffe_converter/
H A Dmean_image.py31 def protoBlobFileToND(proto_file): argument
33 file = open(proto_file, "r")
35 raise Exception("ERROR (" + proto_file + ")!")
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/tools/caffe_converter/
H A Dmean_image.py31 def protoBlobFileToND(proto_file): argument
33 file = open(proto_file, "r")
35 raise Exception("ERROR (" + proto_file + ")!")
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc124 const FileDescriptor* proto_file = in TEST() local
129 ASSERT_TRUE(proto_file != NULL); in TEST()
137 ASSERT_TRUE(generator.Generate(proto_file, parameter, in TEST()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc124 const FileDescriptor* proto_file = in TEST() local
129 ASSERT_TRUE(proto_file != NULL); in TEST()
137 ASSERT_TRUE(generator.Generate(proto_file, parameter, in TEST()

12345678910>>...16