Home
last modified time | relevance | path

Searched defs:protoc (Results 1 – 23 of 23) sorted by relevance

/external/cronet/third_party/protobuf/python/
Dsetup.py31 protoc = os.environ['PROTOC'] variable
33 protoc = '../src/protoc' variable
35 protoc = '../src/protoc.exe' variable
37 protoc = '../vsprojects/Debug/protoc.exe' variable
39 protoc = '../vsprojects/Release/protoc.exe' variable
41 protoc = find_executable('protoc') variable
/external/protobuf/python/
Dsetup.py31 protoc = os.environ['PROTOC'] variable
33 protoc = '../src/protoc' variable
35 protoc = '../src/protoc.exe' variable
37 protoc = '../vsprojects/Debug/protoc.exe' variable
39 protoc = '../vsprojects/Release/protoc.exe' variable
41 protoc = find_executable('protoc') variable
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py152 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _Mid2016ProtocStyle
171 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _SingleProtocExecutionProtocStyle
190 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _ProtoBeforeGrpcProtocStyle
207 def protoc(self, proto_path, python_out, absolute_proto_file_names): member in _GrpcBeforeProtoProtocStyle
/external/protobuf/cmake/
Dprotoc.cmake5 add_executable(protoc ${protoc_files} ${protobuf_version_rc_file}) target
/external/cronet/third_party/protobuf/cmake/
Dprotoc.cmake11 add_executable(protoc ${protoc_files} ${protoc_rc_files}) target
/external/rust/crates/protobuf-parse/src/
Dparser.rs21 pub(crate) protoc: Option<PathBuf>, field
39 pub fn protoc(&mut self) -> &mut Self { in protoc() method
Dparse_and_typecheck.rs39 let protoc = Parser::new() in parse_and_typecheck() localVariable
Dlib.rs25 pub(crate) mod protoc; module
/external/rust/crates/protobuf-parse/src/protoc/
Dparse_and_typecheck.rs25 let protoc = match &parser.protoc { in parse_and_typecheck() localVariable
Dcommand.rs49 protoc: Protoc, field
/external/pigweed/pw_protobuf_compiler/ts/
Dbuild.ts56 const protoc = async function (protos: string[], outDir: string) { constant
/external/cronet/third_party/protobuf/
Dconfigure.ac70 AC_ARG_WITH([protoc], optwith
/external/protobuf/
Dconfigure.ac70 AC_ARG_WITH([protoc], optwith
/external/rust/crates/protobuf-codegen/src/codegen/
Dmod.rs55 protoc: Option<PathBuf>, field
79 pub fn protoc(&mut self) -> &mut Self { in protoc() method
/external/pigweed/pw_protobuf_compiler/
Ddocs.rst284 .. _module-pw_protobuf_compiler-cmake:
/external/golang-protobuf/internal/cmd/generate-protos/
Dmain.go237 func protoc(args ...string) { func
/external/tink/python/
Dsetup.py73 def _generate_proto(protoc, source): argument
/external/cronet/third_party/protobuf/src/
DMakefile.am484 bin_PROGRAMS = protoc program
724 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
/external/protobuf/src/
DMakefile.am484 bin_PROGRAMS = protoc program
724 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
/external/bazelbuild-rules_rust/proto/prost/private/
Dprotoc_wrapper.rs411 protoc: PathBuf, field
453 let mut protoc: Option<PathBuf> = None; in parse() localVariable
/external/cronet/third_party/protobuf/js/
Dgulpfile.js9 var protoc = process.env.PROTOC || '../src/protoc'; variable
/external/pigweed/pw_web/webconsole/
Dpackage-lock.json733 "protoc": "protoc.js" string
/external/pigweed/
Dpackage-lock.json1641 "protoc": "protoc.js" string