| /external/protobuf/python/ | 
| D | setup.py | 31   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/cronet/third_party/protobuf/python/ | 
| D | setup.py | 31   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.py | 116     def protoc(self, proto_path, python_out, absolute_proto_file_names):  member in _Mid2016ProtocStyle 129     def protoc(self, proto_path, python_out, absolute_proto_file_names):  member in _SingleProtocExecutionProtocStyle 142     def protoc(self, proto_path, python_out, absolute_proto_file_names):  member in _ProtoBeforeGrpcProtocStyle 158     def protoc(self, proto_path, python_out, absolute_proto_file_names):  member in _GrpcBeforeProtoProtocStyle
  | 
| /external/protobuf/cmake/ | 
| D | protoc.cmake | 5 add_executable(protoc ${protoc_files} ${protobuf_version_rc_file})  target
  | 
| /external/cronet/third_party/protobuf/cmake/ | 
| D | protoc.cmake | 11 add_executable(protoc ${protoc_files} ${protoc_rc_files})  target
  | 
| /external/rust/crates/protobuf-parse/src/ | 
| D | parser.rs | 21     pub(crate) protoc: Option<PathBuf>,  field 39     pub fn protoc(&mut self) -> &mut Self {  in protoc()  method
  | 
| D | parse_and_typecheck.rs | 39         let protoc = Parser::new()  in parse_and_typecheck()  localVariable
  | 
| D | lib.rs | 25 pub(crate) mod protoc;  module
  | 
| /external/rust/crates/protobuf-parse/src/protoc/ | 
| D | parse_and_typecheck.rs | 25     let protoc = match &parser.protoc {  in parse_and_typecheck()  localVariable
  | 
| D | command.rs | 49     protoc: Protoc,  field
  | 
| /external/pigweed/pw_protobuf_compiler/ts/ | 
| D | build.ts | 53 const protoc = async function (protos: string[], outDir: string) {  constant
  | 
| /external/protobuf/ | 
| D | configure.ac | 70 AC_ARG_WITH([protoc],  optwith
  | 
| /external/cronet/third_party/protobuf/ | 
| D | configure.ac | 70 AC_ARG_WITH([protoc],  optwith
  | 
| /external/rust/crates/protobuf-codegen/src/codegen/ | 
| D | mod.rs | 55     protoc: Option<PathBuf>,  field 79     pub fn protoc(&mut self) -> &mut Self {  in protoc()  method
  | 
| /external/golang-protobuf/internal/cmd/generate-protos/ | 
| D | main.go | 237 func protoc(args ...string) {  func
  | 
| /external/cronet/third_party/protobuf/src/ | 
| D | Makefile.am | 484 bin_PROGRAMS = protoc  program 724 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \  program
  | 
| /external/protobuf/src/ | 
| D | Makefile.am | 484 bin_PROGRAMS = protoc  program 724 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \  program
  | 
| /external/cronet/third_party/protobuf/js/ | 
| D | gulpfile.js | 9 var protoc = process.env.PROTOC || '../src/protoc';  variable
  | 
| /external/pigweed/ | 
| D | package-lock.json | 1559         "protoc": "protoc.js"  string
  |