Searched defs:protoc (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/python/ |
D | setup.py | 24 protoc = os.environ['PROTOC'] variable 26 protoc = "../src/protoc" variable 28 protoc = "../src/protoc.exe" variable 30 protoc = "../vsprojects/Debug/protoc.exe" variable 32 protoc = "../vsprojects/Release/protoc.exe" variable 34 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 | 11 add_executable(protoc ${protoc_files} ${protoc_rc_files}) target
|
/external/protobuf/ |
D | configure.ac | 70 AC_ARG_WITH([protoc], optwith
|
/external/golang-protobuf/protoc-gen-go/ |
D | golden_test.go | 338 func protoc(t *testing.T, args []string) { func
|
/external/crosvm/protos/ |
D | build.rs | 85 fn protoc<P: AsRef<Path>>(module: &str, input_path: P, mut out: &File) -> Result<()> { in protoc() function
|
/external/protobuf/src/ |
D | Makefile.am | 474 bin_PROGRAMS = protoc program 718 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
|
/external/protobuf/js/ |
D | gulpfile.js | 9 var protoc = process.env.PROTOC || '../src/protoc'; variable
|