Home
last modified time | relevance | path

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

/external/protobuf/python/
Dsetup.py25 protoc = os.environ['PROTOC'] variable
27 protoc = "../src/protoc" variable
29 protoc = "../src/protoc.exe" variable
31 protoc = "../vsprojects/Debug/protoc.exe" variable
33 protoc = "../vsprojects/Release/protoc.exe" variable
35 protoc = find_executable("protoc") variable
/external/protobuf/cmake/
Dprotoc.cmake5 add_executable(protoc ${protoc_files}) target
/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/libprotobuf-mutator/cmake/external/
Dprotobuf.cmake41 add_executable(protoc IMPORTED) target
/external/protobuf/
Dconfigure.ac50 AC_ARG_WITH([protoc], optwith
/external/golang-protobuf/protoc-gen-go/
Dgolden_test.go338 func protoc(t *testing.T, args []string) { func
/external/protobuf/src/
DMakefile.am474 bin_PROGRAMS = protoc program
677 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \ program
/external/protobuf/js/
Dgulpfile.js9 var protoc = process.env.PROTOC || '../src/protoc'; variable