Home
last modified time | relevance | path

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

/external/protobuf/python/
Dsetup.py24 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.py116 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/
Dprotoc.cmake11 add_executable(protoc ${protoc_files} ${protoc_rc_files}) target
/external/protobuf/
Dconfigure.ac70 AC_ARG_WITH([protoc], optwith
/external/golang-protobuf/protoc-gen-go/
Dgolden_test.go338 func protoc(t *testing.T, args []string) { func
/external/crosvm/protos/
Dbuild.rs85 fn protoc<P: AsRef<Path>>(module: &str, input_path: P, mut out: &File) -> Result<()> { in protoc() function
/external/protobuf/src/
DMakefile.am474 bin_PROGRAMS = protoc program
718 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
/external/protobuf/js/
Dgulpfile.js9 var protoc = process.env.PROTOC || '../src/protoc'; variable