Home
last modified time | relevance | path

Searched defs:protoc (Results 1 – 6 of 6) 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/protobuf/util/
Dconfigure.ac50 AC_ARG_WITH([protoc], optwith
/external/protobuf/
Dconfigure.ac50 AC_ARG_WITH([protoc], optwith
/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